Spaces:
Build error
Build error
Fix error
Browse files
utils/__pycache__/response_manager.cpython-310.pyc
CHANGED
Binary files a/utils/__pycache__/response_manager.cpython-310.pyc and b/utils/__pycache__/response_manager.cpython-310.pyc differ
|
|
utils/response_manager.py
CHANGED
@@ -68,7 +68,7 @@ class ResponseManager:
|
|
68 |
input=input,
|
69 |
tools=[{
|
70 |
"type": "file_search",
|
71 |
-
"vector_store_ids": [self.vector_store_id],
|
72 |
"max_num_results": max_num_results}
|
73 |
],
|
74 |
temperature=temperature,
|
|
|
68 |
input=input,
|
69 |
tools=[{
|
70 |
"type": "file_search",
|
71 |
+
"vector_store_ids": [self.vector_store_id], # ["<vector_store_id>"]
|
72 |
"max_num_results": max_num_results}
|
73 |
],
|
74 |
temperature=temperature,
|