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

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

#### is\_coroutine\_callable

```python theme={null}
is_coroutine_callable(call: Callable[..., Any]) -> bool
```

<b>Parameters:</b>

| Name   | Description                   |
| ------ | ----------------------------- |
| `call` | **Type:** Callable\[..., Any] |

<br />
