Spaces:
Sleeping
Sleeping
Update chat_agent.py
Browse files- chat_agent.py +1 -1
chat_agent.py
CHANGED
@@ -37,7 +37,7 @@ def create_chatbot(model_name, seed_memory=None):
|
|
37 |
Tool(
|
38 |
name="GPT Index",
|
39 |
func=lambda q: str(index.query(q,vector_store_query_mode=query_mode)),
|
40 |
-
description="useful for when you want to answer questions about Martin Seligman
|
41 |
return_direct=True
|
42 |
),
|
43 |
]
|
|
|
37 |
Tool(
|
38 |
name="GPT Index",
|
39 |
func=lambda q: str(index.query(q,vector_store_query_mode=query_mode)),
|
40 |
+
description="useful for when you want to answer questions about Martin Seligman and psychonogy. The input to this tool should be a complete english sentence.",
|
41 |
return_direct=True
|
42 |
),
|
43 |
]
|