report_progress
Report execution results and receive next-step guidance after implementing AI recommendations. Submit actions taken, outcomes, and feedback to continue problem-solving workflows.
Instructions
报告执行进度,请求下一步指导
在执行了上级AI的建议后,调用此工具报告结果,获取下一步指导。
使用场景:执行上级 AI 建议后,报告执行结果并获取后续指导 参数:actions_taken(已执行的行动)、result(success/failed/partial)、new_error(新错误)、feedback(反馈)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actions_taken | Yes | 已执行的行动 | |
| result | Yes | 执行结果: success, failed, partial | |
| new_error | No | 新的错误信息 | |
| feedback | No | 执行反馈 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||