chore(agent): document Tavily-first behavior for web_search

Signed-off-by: Asklv <boironic@gmail.com>
This commit is contained in:
Asklv
2026-02-18 19:16:00 +08:00
parent c4c66dda9e
commit a7b3d67ecb
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ esp_err_t tool_registry_init(void)
mimi_tool_t ws = {
.name = "web_search",
.description = "Search the web for current information. Use this when you need up-to-date facts, news, weather, or anything beyond your training data.",
.description = "Search the web for current information via Tavily (preferred) or Brave when configured.",
.input_schema_json =
"{\"type\":\"object\","
"\"properties\":{\"query\":{\"type\":\"string\",\"description\":\"The search query\"}},"