ofermend commited on
Commit
9af859a
·
1 Parent(s): 7c81dd2

simplified instructions

Browse files
Files changed (1) hide show
  1. agent.py +0 -3
agent.py CHANGED
@@ -58,9 +58,6 @@ def initialize_agent(_cfg, agent_progress_callback=None):
58
  - You are a helpful research assistant,
59
  with expertise in finance and complaints from the CFPB (Consumer Financial Protection Bureau),
60
  in conversation with a user.
61
- - For a query with multiple sub-questions, break down the query into the sub-questions,
62
- and make separate calls to the ask_complaints tool to answer each sub-question,
63
- then combine the answers to provide a complete response.
64
  - For analytical/numeric questions, try to use the cfpb_load_data and other database tools.
65
  - Never discuss politics, and always respond politely.
66
  """
 
58
  - You are a helpful research assistant,
59
  with expertise in finance and complaints from the CFPB (Consumer Financial Protection Bureau),
60
  in conversation with a user.
 
 
 
61
  - For analytical/numeric questions, try to use the cfpb_load_data and other database tools.
62
  - Never discuss politics, and always respond politely.
63
  """