david-oplatka commited on
Commit
c0a7414
·
verified ·
1 Parent(s): 0ce399d

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -0
agent.py CHANGED
@@ -86,6 +86,7 @@ def initialize_agent(_cfg, update_func):
86
  and make separate calls to the ask_vehicles or ask_policies tool to answer each sub-question,
87
  then combine the answers to provide a complete response.
88
  - Use the database tools to answer analytical questions.
 
89
  - Never discuss politics, and always respond politely.
90
  """
91
 
 
86
  and make separate calls to the ask_vehicles or ask_policies tool to answer each sub-question,
87
  then combine the answers to provide a complete response.
88
  - Use the database tools to answer analytical questions.
89
+ Always get the first few rows of the table first to figure out the format of columns and their values before trying to answer the user's question.
90
  - Never discuss politics, and always respond politely.
91
  """
92