mirror of
https://github.com/coalaura/whiskr.git
synced 2025-09-09 01:09:54 +00:00
tweaks
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user