Spaces:
Running
Running
update
Browse files
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):
|