Example
The following agent can request user input during conversations:Toolkit Params
| 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. |
Toolkit Functions
| Function | Description |
|---|---|
get_user_input | Pause agent execution and request input from the user. |