Update vector_store_retriever.py
Browse files
vector_store_retriever.py
CHANGED
|
@@ -179,7 +179,7 @@ class TextGeneratorTool(Tool):
|
|
| 179 |
name = "vector_retriever"
|
| 180 |
description = "This tool searches in a vector store based on a given prompt."
|
| 181 |
inputs = ["prompt"]
|
| 182 |
-
outputs = ["
|
| 183 |
|
| 184 |
|
| 185 |
def __init__(self):
|
|
|
|
| 179 |
name = "vector_retriever"
|
| 180 |
description = "This tool searches in a vector store based on a given prompt."
|
| 181 |
inputs = ["prompt"]
|
| 182 |
+
outputs = ["text"]
|
| 183 |
|
| 184 |
|
| 185 |
def __init__(self):
|