mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-06 04:36:32 +00:00
Introduce filters in the chat completions
This commit is contained in:
committed by
Kerollmops
parent
f4f333dbf6
commit
662c5d9871
@ -203,6 +203,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"],
|
||||
|
Reference in New Issue
Block a user