feat: adjust the description of the web search tool

This commit is contained in:
pomelo-nwu
2025-10-30 20:21:30 +08:00
parent 7cb068ceb2
commit a40479d40a

View File

@@ -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',