Merge 318518cf182af6555414a553e4c2c7ba1bb8e437 into 5e417b44e1540f528d2ae63e3e20229a902d1db2

This commit is contained in:
zy 2026-03-21 10:43:49 +08:00 committed by GitHub
commit e199fc3a89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -513,4 +513,4 @@ Notes:
- See [Firecrawl](/tools/firecrawl) for key setup and service details.
- Responses are cached (default 15 minutes) to reduce repeated fetches.
- If you use tool profiles/allowlists, add `web_search`/`web_fetch` or `group:web`.
- If the API key is missing, `web_search` returns a short setup hint with a docs link.
- If the API key is missing, `web_search` returns a short setup hint with a docs link. If you don't want to configure a search API key, you can often use `web_fetch` (URL fetch) or the `browser` tool instead.

View File

@ -286,4 +286,4 @@ await web_search({
- 参见 [Firecrawl](/tools/firecrawl) 了解密钥设置和服务详情。
- 响应会被缓存(默认 15 分钟)以减少重复获取。
- 如果你使用工具配置文件/允许列表,添加 `web_search`/`web_fetch``group:web`
- 如果缺少 Brave 密钥,`web_search` 返回一个简短的设置提示和文档链接。
- 如果缺少 Brave 密钥,`web_search` 返回一个简短的设置提示和文档链接。如果你不想配置搜索 API key很多场景下可以直接用 `web_fetch`(抓取指定 URL`browser` 工具替代。