Interactive Feedback
interactive_feedbackCollect user feedback during AI agent tasks to guide next steps, adjust behavior, and confirm task completion.
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, or this tool returns a "no user response" result, 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.
You can stop calling this tool, and the process is considered complete, when the user explicitly indicates "end" or "no more interaction needed", or when this tool returns a "no user response" result (the wait timed out or the user closed the feedback UI) — in that case finish the task and do NOT call this tool again.
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 | AI 工作完成的摘要說明 | 我已完成了您請求的任務。 |
| timeout | No | 等待用戶回饋的超時時間(秒)。有效範圍 60–86400;超出範圍會由伺服器端鉗制,因為使用者需要實際可用的回饋時間。 | |
| project_directory | No | 專案目錄路徑 | . |