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