> ## 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.fast_depends.schema.get_schema

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

#### get\_schema

```python theme={null}
get_schema(
    call: CallModel[Any, Any],
    embed: bool = False,
    resolve_refs: bool = False
) -> Dict[str, Any]
```

<b>Parameters:</b>

| Name           | Description                                                                                                   |
| -------------- | ------------------------------------------------------------------------------------------------------------- |
| `call`         | **Type:** [CallModel](/docs/api-reference/autogen/fast_depends/core/model/CallModel)\[typing.Any, typing.Any] |
| `embed`        | **Type:** bool<br /><br />**Default:** False                                                                  |
| `resolve_refs` | **Type:** bool<br /><br />**Default:** False                                                                  |

<br />
