await_user_response
Pause the agent and prompt the user for specific input or instructions. Use this when you need user approval or additional details to proceed with a task.
Instructions
Wait for the user to respond with a message. Use when you need specific input or instructions from the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Prompt to show the user | |
| timeout_seconds | No | Timeout in seconds (default: 300) |