> ## 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.utils.solve_generator_sync

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

#### solve\_generator\_sync

```python theme={null}
solve_generator_sync(
    *sub_args: Any,
    call: Callable[..., Any],
    stack: ExitStack,
    **sub_values: Any
) -> Any
```

<b>Parameters:</b>

| Name           | Description                    |
| -------------- | ------------------------------ |
| `*sub_args`    | **Type:** Any                  |
| `call`         | **Type:** Callable\[..., Any]  |
| `stack`        | **Type:** contextlib.ExitStack |
| `**sub_values` | **Type:** Any                  |

<br />
