> ## 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.ollama.response_to_tool_call

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

#### response\_to\_tool\_call

```python theme={null}
response_to_tool_call(response_string: str) -> Any
```

Attempts to convert the response to an object, aimed to align with function format `[\{},\{}]`

<b>Parameters:</b>

| Name              | Description   |
| ----------------- | ------------- |
| `response_string` | **Type:** str |

<br />
