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