Interactive Feedback Dialog
interactive_feedbackShows a dialog to get user input for questions, confirmations, or decisions when the assistant is blocked.
Instructions
Show a dialog to the user with your message and wait for their response. Use this to ask questions, confirm decisions, or get input when blocked. Keep the message concise and readable — the user reads it, so summarize rather than dumping raw logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Text to show the user (Markdown supported). Keep it focused and readable. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response | No | User response content | |
| timedOut | No | Whether the dialog timed out | |
| submitted | Yes | Whether the user submitted a response |