1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-09 01:09:54 +00:00
This commit is contained in:
Laura
2025-08-26 00:22:32 +02:00
parent aa40645836
commit 35a04ebbf5
4 changed files with 8 additions and 4 deletions

View File

@@ -41,8 +41,8 @@ func GetSearchTools() []openrouter.Tool {
},
"num_results": map[string]any{
"type": "integer",
"description": "Number of results to return (1-10). Default 10.",
"minimum": 1,
"description": "Number of results to return (3-10). Default to 6.",
"minimum": 3,
"maximum": 10,
},
},