Introduce filters in the chat completions

This commit is contained in:
Clément Renault 2025-06-24 17:33:24 +02:00
parent bd2bd0f33b
commit d140277a0d
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
4 changed files with 19 additions and 2 deletions

View file

@ -194,6 +194,10 @@ fn setup_search_tool(
// "type": ["string", "null"],
"type": "string",
"description": prompts.search_q_param,
},
"filter": {
"type": "string",
"description": prompts.search_filter_param,
}
},
"required": ["index_uid", "q"],