Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -86,7 +86,7 @@ retriever_tool = create_retriever_tool(
|
|
| 86 |
search_type="similarity",
|
| 87 |
search_kwargs={"k": 5}
|
| 88 |
),
|
| 89 |
-
name="
|
| 90 |
description="A tool to retrieve similar questions from a vector store.",
|
| 91 |
)
|
| 92 |
|
|
|
|
| 86 |
search_type="similarity",
|
| 87 |
search_kwargs={"k": 5}
|
| 88 |
),
|
| 89 |
+
name="question_search",
|
| 90 |
description="A tool to retrieve similar questions from a vector store.",
|
| 91 |
)
|
| 92 |
|