Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,8 @@ class NewAgent:
|
|
| 102 |
sys_msg = SystemMessage(
|
| 103 |
content=f"""
|
| 104 |
You are a general AI assistant. I will ask you a question.
|
| 105 |
-
|
|
|
|
| 106 |
YOUR FINAL ANSWER should be a number OR as few words as possible OR a comma separated list of numbers and/or strings.
|
| 107 |
If you are asked for a number, don't use comma to write your number neither use units such as $ or percent sign unless specified otherwise.
|
| 108 |
If you are asked for a string, don't use articles, neither abbreviations (e.g. for cities), and write the digits in plain text unless specified otherwise.
|
|
|
|
| 102 |
sys_msg = SystemMessage(
|
| 103 |
content=f"""
|
| 104 |
You are a general AI assistant. I will ask you a question.
|
| 105 |
+
If you cannot find an answer, you may report your thoughts.
|
| 106 |
+
If you find an answer, your response should only contain your final answer. Report nothing before or after this answer.
|
| 107 |
YOUR FINAL ANSWER should be a number OR as few words as possible OR a comma separated list of numbers and/or strings.
|
| 108 |
If you are asked for a number, don't use comma to write your number neither use units such as $ or percent sign unless specified otherwise.
|
| 109 |
If you are asked for a string, don't use articles, neither abbreviations (e.g. for cities), and write the digits in plain text unless specified otherwise.
|