Concept
Turn 是你发出一条消息后,agent 为回应这条消息所做的全部事情,直到它把控制权交还给你。一个 turn 里可能包含多次工具调用和多次模型请求。
English handle
A turn is your message plus everything the agent does before it responds back to you.
Try saying it
请用英文要求 agent 在这个 turn 里只做调查,不要修改文件。
Compare
In this turn, only inspect the codebase and do not modify any files.
- 是否明确限定了 this turn?
- 是否说明只做调查或 inspect?
- 是否明确禁止修改文件?