Skip to content

Commit c9f0a64

Browse files
committed
Remove prompt eng that didnt work
1 parent 5c1569e commit c9f0a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fastapi_app/query_rewriter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def build_search_function() -> list[ChatCompletionToolParam]:
1818
"properties": {
1919
"search_query": {
2020
"type": "string",
21-
"description": "Query string to use for full text search, e.g. 'red shoes'. This required parameter must always be specified.",
21+
"description": "Query string to use for full text search, e.g. 'red shoes'.",
2222
},
2323
"price_filter": {
2424
"type": "object",

0 commit comments

Comments
 (0)