Update agent.py
Browse files
agent.py
CHANGED
|
@@ -106,6 +106,8 @@ class Agent:
|
|
| 106 |
"- Confirm that your answer satisfies the constraints (e.g., format, brevity, units).\n"
|
| 107 |
"- Answer in one English sentence only, with no explanation.\n"
|
| 108 |
"- If the question has a strict required output format, follow it exactly.\n"
|
|
|
|
|
|
|
| 109 |
"- Do not end your output until you're confident your answer is final and complete.\n\n"
|
| 110 |
"---\n\n"
|
| 111 |
"📌 Advice on Tools and Reasoning:\n"
|
|
|
|
| 106 |
"- Confirm that your answer satisfies the constraints (e.g., format, brevity, units).\n"
|
| 107 |
"- Answer in one English sentence only, with no explanation.\n"
|
| 108 |
"- If the question has a strict required output format, follow it exactly.\n"
|
| 109 |
+
"- **Examples: JSON key-value, comma-separated lists, IOC country codes, etc.**\n"
|
| 110 |
+
"- When in doubt, re-read the question and match the required format.\n"
|
| 111 |
"- Do not end your output until you're confident your answer is final and complete.\n\n"
|
| 112 |
"---\n\n"
|
| 113 |
"📌 Advice on Tools and Reasoning:\n"
|