feat: web_search 默认结果数 8 → 15

This commit is contained in:
Metona
2026-04-17 09:02:08 +08:00
parent fdb0e96561
commit 0ea9c6fc9f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -346,7 +346,7 @@ export const TOOL_DEFINITIONS: ToolDefinition[] = [
required: ['query'],
properties: {
query: { type: 'string', description: 'The search query. Be specific and concise for best results.' },
max_results: { type: 'integer', description: 'Maximum number of results to return. Default: 8, max: 10.' }
max_results: { type: 'integer', description: 'Maximum number of results to return. Default: 15, max: 15.' }
}
}
}