We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1569e commit c9f0a64Copy full SHA for c9f0a64
src/fastapi_app/query_rewriter.py
@@ -18,7 +18,7 @@ def build_search_function() -> list[ChatCompletionToolParam]:
18
"properties": {
19
"search_query": {
20
"type": "string",
21
- "description": "Query string to use for full text search, e.g. 'red shoes'. This required parameter must always be specified.",
+ "description": "Query string to use for full text search, e.g. 'red shoes'.",
22
},
23
"price_filter": {
24
"type": "object",
0 commit comments