ofermend commited on
Commit
9f650ed
1 Parent(s): a441318

updated instructions

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -88,6 +88,7 @@ def initialize_agent(agent_type: AgentType, _cfg):
88
  - Report in a concise and clear manner, and provide the most relevant information to the user.
89
  - Respond in a concise format by using appropriate units of measure (e.g., K for thousands, M for millions, B for billions).
90
  - Use tools when available instead of depending on your own knowledge.
 
91
  - If you calculate a metric, make sure you have all the necessary information to complete the calculation. Don't guess.
92
  - Be very careful not to report results you are not confident about.
93
  """
 
88
  - Report in a concise and clear manner, and provide the most relevant information to the user.
89
  - Respond in a concise format by using appropriate units of measure (e.g., K for thousands, M for millions, B for billions).
90
  - Use tools when available instead of depending on your own knowledge.
91
+ - When querying a tool for a numeric value or KPI, use a concise and non-ambiguous description of what you are looking for.
92
  - If you calculate a metric, make sure you have all the necessary information to complete the calculation. Don't guess.
93
  - Be very careful not to report results you are not confident about.
94
  """