Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
def extract_tool_calls_from_text(content: str):
def _collect_tool_calls(payload: Any, accumulator: List[Dict[str, Any]]):
def _try_parse_json_like(snippet: str):
def _find_json_candidate(content: str, start_idx: int):
__INLINE_CODE_0__
def _truncate_snippet(snippet: str, limit: int = 120):