prozorov commited on
Commit
b87fed4
·
verified ·
1 Parent(s): 9968396

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -86,7 +86,7 @@ retriever_tool = create_retriever_tool(
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
 
 
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