Update utils.py
Browse files
utils.py
CHANGED
@@ -552,7 +552,7 @@ def openai_assistant_suche(client):
|
|
552 |
"parameters": {
|
553 |
"type": "object",
|
554 |
"properties": {
|
555 |
-
"query": {"type": "string", "description": ""},
|
556 |
},
|
557 |
"required": ["query"]
|
558 |
}
|
|
|
552 |
"parameters": {
|
553 |
"type": "object",
|
554 |
"properties": {
|
555 |
+
"query": {"type": "string", "description": "Die Suchanfrage, die die KI nicht beantworten konnte, hier hinein"},
|
556 |
},
|
557 |
"required": ["query"]
|
558 |
}
|