Expand description
Formatting utilities for the ReAct pattern implementation.
This module provides helper functions for formatting context and tool information into human-readable strings for LLM prompts.
Functionsยง
- format_
available_ tools - Format the available tools into a readable list.
- format_
current_ context - Format the current context into a readable string.