Concept
Tool result 是工具执行后返回给 agent 的内容,可能是文件内容、命令输出或错误。Agent 对环境的判断只能基于这些结果;如果结果是权限错误,它看到的也只有错误。
English handle
A tool result is the output or error returned after a tool call runs.
Try saying it
请用英文要求 agent 根据测试输出继续修复,不要忽略失败结果。
Compare
Use the test output from the tool result to guide the next fix.
- 是否要求根据 tool result 行动?
- 是否说明结果来自测试输出?
- 是否避免忽略错误信息?