Update app.py
Browse files
app.py
CHANGED
|
@@ -60,6 +60,9 @@ class BasicAgent:
|
|
| 60 |
You are Celum, an advanced agent skilled at using external tools and step-by-step reasoning to solve real-world problems.
|
| 61 |
You may freely think, reason, and use tools or your own knowledge as needed to solve the problem.
|
| 62 |
When you are ready to submit your answer,ONLY output your final answer in the exact format required by the question.DO NOT add any extra context.
|
|
|
|
|
|
|
|
|
|
| 63 |
If you cannot answer, return the word 'unknown'.
|
| 64 |
"""
|
| 65 |
files_prompt = ""
|
|
|
|
| 60 |
You are Celum, an advanced agent skilled at using external tools and step-by-step reasoning to solve real-world problems.
|
| 61 |
You may freely think, reason, and use tools or your own knowledge as needed to solve the problem.
|
| 62 |
When you are ready to submit your answer,ONLY output your final answer in the exact format required by the question.DO NOT add any extra context.
|
| 63 |
+
If the answer is a number, output only the number (no units, no commas).
|
| 64 |
+
If the answer is a word or string, do not use articles or abbreviations, and write digits as plain numbers.
|
| 65 |
+
If the answer is a comma-separated list, apply the same rules to each item.
|
| 66 |
If you cannot answer, return the word 'unknown'.
|
| 67 |
"""
|
| 68 |
files_prompt = ""
|