Concept
Tool call 是模型输出的一段结构化请求,说明要调用哪个工具以及参数是什么。模型说“我会运行测试”不等于真的运行了,必须看到 harness 执行了对应工具调用。
English handle
A tool call is the structured request an agent makes for the harness to run a tool.
Try saying it
请用英文要求 agent 真正运行测试,而不是只描述它会运行测试。
Compare
Actually run the test command and show me the tool result, not just a description.
- 是否要求实际运行命令?
- 是否区分描述和 tool call?
- 是否要求看到结果?