fix: web_search结果注入批量抓取引导,AGENT.md加强链式调用描述,避免AI只抓一条

This commit is contained in:
thzxx
2026-06-12 13:41:30 +08:00
parent 16dd877860
commit 56ead1f11d
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
## 链式调用模式
- 搜索 → 获取详情(先搜再深挖)
- 搜索 → 批量获取详情:对搜索结果中前 3-5 条依次调用 web_fetch,不要只抓一条,获取完整内容后综合回答
- 浏览目录 → 读取文件(先看结构再读内容)
- 搜索定位 → 精确修改(先找再改)