interactive_feedback
Collect user feedback during AI workflows to confirm completed steps and guide next actions. Use it to pause for input, then adjust based on user's response.
Instructions
Interactive feedback collection tool for LLM agents.
USAGE RULES:
During any process, task, or conversation, whether asking, replying, or completing phased tasks, you must call this tool to ask for feedback.
Unless receiving termination instructions, all steps must repeatedly call this tool.
Whenever user feedback is received, if the feedback content is not empty, you must call this tool again and adjust behavior based on the feedback content.
Only when the user explicitly indicates "end" or "no more interaction needed" can you stop calling this tool, and the process is considered complete.
You should summarize what have done, and provide project directory through args to let user know what you have done to provide feedback for next step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | No | Summary of AI work completed | I have completed the task you requested. |
| timeout | No | Timeout in seconds for waiting user feedback | |
| project_directory | No | Project directory path | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |