docs(web-search): document country and language parameters

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Yurii Chukhlib
2026-01-16 23:48:40 +01:00
committed by Peter Steinberger
parent 003547c818
commit 171060541a
2 changed files with 24 additions and 1 deletions

View File

@@ -454,7 +454,7 @@ export function createWebSearchTool(options?: {
label: "Web Search",
name: "web_search",
description:
"Search the web using Brave Search API. Returns titles, URLs, and snippets for fast research.",
"Search the web using Brave Search API. Supports region-specific and localized search via country and language parameters. Returns titles, URLs, and snippets for fast research.",
parameters: WebSearchSchema,
execute: async (_toolCallId, args) => {
const apiKey = resolveSearchApiKey(search);