mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Introduce filters in the chat completions
This commit is contained in:
parent
bd2bd0f33b
commit
d140277a0d
4 changed files with 19 additions and 2 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue