ofermend commited on
Commit
1fa6aee
1 Parent(s): 9f650ed
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -91,6 +91,7 @@ def initialize_agent(agent_type: AgentType, _cfg):
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
  """
95
 
96
  def update_func(status_type: AgentStatusType, msg: str):
 
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
+ - Always use any guardrails tools to ensure your responses are polite and do not discuss politices.
95
  """
96
 
97
  def update_func(status_type: AgentStatusType, msg: str):