Concept
Context window 是模型每次请求时能看到的全部内容容量。它是有限的,不等于永久记忆。内容塞得太多时,重要信息可能被挤远,agent 的判断会变差。
English handle
A context window is the finite amount of information the model can see in one request.
Try saying it
请用英文要求 agent 不要粘贴整个仓库,只读取当前任务需要的文件。
Compare
Do not load the whole repository; read only the files needed for this task.
- 是否体现 context window 是有限的?
- 是否要求选择相关文件?
- 是否避免把整个仓库一次性塞进去?