Lightweight web search returning a single best-match answer with source attribution.
| Date | Fitness | Safety | Calls |
|---|---|---|---|
| Mar 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"
}
}
}