Skip to main content

Documentation Index

Fetch the complete documentation index at: https://private-04b27de1.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

extract_to_cohere_tool_results

extract_to_cohere_tool_results(
    tool_call_id: str,
    content_output: str,
    all_tool_calls
) -> list[dict[str, Any]]
Parameters:
NameDescription
tool_call_idType: str
content_outputType: str
all_tool_calls