deter3 commited on
Commit
de07cea
1 Parent(s): e284e34

Update chat_agent.py

Browse files
Files changed (1) hide show
  1. 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 , personal issues , family issues , working issues , children issues , positive psychonogy related , such as Broaden-and-Build Theory,PERMA Model,Positive Psychology Interventions,Mindfulness,Meaning and Purpose,Positive Relationships,Resilience,Flow,Optimism,Character Strengths,Happiness and Subjective Well-Being. The input to this tool should be a complete english sentence.",
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
  ]