> ## 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.exception_utils.ModelToolNotSupportedError

<h2 id="autogen.exception_utils.ModelToolNotSupportedError" class="doc doc-heading">
  <code class="doc-symbol doc-symbol-heading doc-symbol-class" />

  <span class="doc doc-object-name doc-class-name">ModelToolNotSupportedError</span>
</h2>

```python theme={null}
ModelToolNotSupportedError(model: str)
```

Exception raised when attempting to use tools with models that do not support them.

<b>Parameters:</b>

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