Search the internet for real-time information, news, research, and more. Supports four backends — Bocha, ERNIE, GLM, and LinkAI — and works once any one of them is configured.Documentation Index
Fetch the complete documentation index at: https://docs.cowagent.ai/llms.txt
Use this file to discover all available pages before exploring further.
Providers
| Provider | Credential | Apply |
|---|---|---|
| Bocha | tools.web_search.bocha_api_key | Bocha Open Platform |
| ERNIE | Reuses qianfan_api_key | Qianfan Console |
| Zhipu | Reuses zhipu_ai_api_key | Zhipu Open Platform |
| LinkAI | Reuses linkai_api_key | LinkAI Console |
bocha_api_key, the other three reuse the corresponding model’s API key — configuring the model automatically grants search capability.
Routing Strategy
auto(default): the Agent intelligently picks among configured providers and may call multiple providers in a single task to gather more comprehensive results; when none is specified, falls back throughbocha → qianfan → zhipu → linkai.fixed: always use the provider specified inprovider; falls back to the auto order if that provider’s credentials are missing.
Tool Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search keywords |
count | integer | No | Number of results (1–50, default 10) |
freshness | string | No | Time range: noLimit (default), oneDay, oneWeek, oneMonth, oneYear, or date range like 2025-01-01..2025-02-01 |
summary | boolean | No | Whether to return page summaries (default false) |
provider | string | No | Available when multiple providers are configured under the auto strategy; used to switch provider for a single call |
If none of the four credentials are configured, this tool is not registered with the Agent.
