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 c9f0a64 commit c4db7c5Copy full SHA for c4db7c5
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'.",
+ "description": "Query string to use for full text search, e.g. 'red shoes'",
22
},
23
"price_filter": {
24
"type": "object",
0 commit comments