Fix typo in zh/s04-subagent.md (#163)

"胖" just means fat, "臃肿" means size and content very much
This commit is contained in:
comey246
2026-04-01 20:59:52 +08:00
committed by GitHub
parent 16b927c8ee
commit 92b50e5cd2

View File

@@ -8,7 +8,7 @@
## 问题 ## 问题
Agent 工作越久, messages 数组越。每次读文件、跑命令的输出都永久留在上下文里。"这个项目用什么测试框架?" 可能要读 5 个文件, 但父 Agent 只需要一个词: "pytest。" Agent 工作越久, messages 数组越臃肿。每次读文件、跑命令的输出都永久留在上下文里。"这个项目用什么测试框架?" 可能要读 5 个文件, 但父 Agent 只需要一个词: "pytest。"
## 解决方案 ## 解决方案