From a40479d40a3f3bdc1e2c7b53b3efd7b6895b7ff1 Mon Sep 17 00:00:00 2001 From: pomelo-nwu Date: Thu, 30 Oct 2025 20:21:30 +0800 Subject: [PATCH] feat: adjust the description of the web search tool --- packages/core/src/tools/web-search/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/tools/web-search/index.ts b/packages/core/src/tools/web-search/index.ts index 3f8796ab..a25002e1 100644 --- a/packages/core/src/tools/web-search/index.ts +++ b/packages/core/src/tools/web-search/index.ts @@ -272,7 +272,7 @@ export class WebSearchTool extends BaseDeclarativeTool< super( WebSearchTool.Name, 'WebSearch', - 'Performs a web search using configurable providers and returns a concise answer with sources.', + 'Allows searching the web and using results to inform responses. Provides up-to-date information for current events and recent data beyond the training data cutoff. Returns search results formatted with concise answers and source links. Use this tool when accessing information that may be outdated or beyond the knowledge cutoff.', Kind.Search, { type: 'object',