> ## 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.is_valid_tool_call_item

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

#### is\_valid\_tool\_call\_item

```python theme={null}
is_valid_tool_call_item(call_item: dict) -> bool
```

Check that a dictionary item has at least 'name', optionally 'arguments' and no other keys to match a tool call JSON

<b>Parameters:</b>

| Name        | Description    |
| ----------- | -------------- |
| `call_item` | **Type:** dict |

<br />
