web_search
Search the web through multiple Chinese LLM providers with configurable fallback or aggregate strategies, returning normalized, deduplicated results tagged by source.
Instructions
Search the web through multiple Chinese LLM providers (any of: Kimi, MiMo, StepFun, Zhipu GLM), depending on which ones you configured. Two strategies: 'fallback' tries providers in your configured priority order and returns the first success; 'aggregate' queries several providers in parallel and merges the results (deduplicated by URL, each item tagged with its source provider). Per-attempt timeout, one retry on transient failures. Returns normalized results { title, url, snippet, content?, published_date?, source? } plus _meta with the answering provider(s), total latency and a per-attempt audit trail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Desired number of results (clamped per provider limits) | |
| query | Yes | The search query | |
| strategy | No | 'fallback' = first provider that answers wins; 'aggregate' = query several providers and merge. Defaults to the configured strategy. | fallback |
| providers | No | Optional subset of providers to use for this call, in priority order. Only providers that are enabled and have an API key can be selected. |