> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ag2.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.oai.cohere.extract_to_cohere_tool_results

<code class="doc-symbol doc-symbol-heading doc-symbol-function" />

#### extract\_to\_cohere\_tool\_results

```python theme={null}
extract_to_cohere_tool_results(
    tool_call_id: str,
    content_output: str,
    all_tool_calls
) -> list[dict[str, Any]]
```

<b>Parameters:</b>

| Name             | Description   |
| ---------------- | ------------- |
| `tool_call_id`   | **Type:** str |
| `content_output` | **Type:** str |
| `all_tool_calls` |               |

<br />
