> ## 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.use.solve_gen

<h2 id="autogen.fast_depends.use.solve_gen" class="doc doc-heading">
  <code class="doc-symbol doc-symbol-heading doc-symbol-class" />

  <span class="doc doc-object-name doc-class-name">solve\_gen</span>
</h2>

```python theme={null}
solve_gen(
    model: CallModel[..., Any],
    overrides: Any | None,
    *args: Any,
    **kwargs: Any
)
```

<b>Parameters:</b>

| Name        | Description                    |
| ----------- | ------------------------------ |
| `model`     | **Type:** CallModel\[..., Any] |
| `overrides` | **Type:** Any \| None          |
| `*args`     | **Type:** Any                  |
| `**kwargs`  | **Type:** Any                  |
