> ## Documentation Index
> Fetch the complete documentation index at: https://private-04b27de1.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.agentchat.group.group_utils.create_on_condition_handoff_functions

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

#### create\_on\_condition\_handoff\_functions

```python theme={null}
create_on_condition_handoff_functions(agent: ConversableAgent) -> 
```

Creates the functions for the OnConditions so that the current tool handling works.<br />

<b>Parameters:</b>

| Name    | Description                                                                  |
| ------- | ---------------------------------------------------------------------------- |
| `agent` | The agent to create the functions for.<br /><br />**Type:** ConversableAgent |

<br />
