Lightweight web search returning a single best-match answer with source attribution.
| 日期 | 适应度 | 安全分 | 调用数 |
|---|---|---|---|
| 3月17日 | 0.7740 | 0.97 | 1 |
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search query string"
}
}
} {
"type": "object",
"properties": {
"answer": {
"type": "string"
},
"source": {
"type": "string"
}
}
}