UserControlFlowTools enable agents to pause execution and request input from users during conversations.
Parameter | Type | Default | Description |
---|---|---|---|
instructions | Optional[str] | None | Custom instructions for user interaction behavior. |
add_instructions | bool | True | Whether to add instructions to the agent. |
enable_get_user_input | bool | True | Enable user input request functionality. |
Function | Description |
---|---|
get_user_input | Pause agent execution and request input from the user. |