简体中文交互反馈
interactive_feedbackPresents a concise work summary to the user and waits for feedback before delivering the final answer, allowing for validation of changes and confirmation of next steps.
Instructions
在最终回答前通过唯一沟通渠道向用户展示工作摘要并等待反馈。timeout 固定为 172800 秒。每次回答结束前都要调用 interactive_feedback 与用户进行交流 这是你与用户之间的唯一沟通渠道。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | 验证命令相对于工作区的执行目录 | . |
| details | No | 变更、验证结果和待确认事项 | |
| summary | Yes | 向用户展示的工作摘要或问题 | |
| timeout | Yes | ||
| validation_command | No | 可由用户在 Web UI 中主动运行的验证命令 |