common_search
Search the web for clean, accurate information using enhanced real-time capabilities that integrate multiple data sources to deliver high-quality results.
Instructions
标准搜索接口提供增强的网络开放域的实时搜索能力,通过大模型优化与多数据源融合的技术,查询干净、准确、多样、高质量的结果。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | 搜索问题(长度:>=2 and <=100) |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "搜索问题(长度:>=2 and <=100)",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}