Amend system prompt a little bit
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ class BasicAgent:
|
|
| 76 |
|
| 77 |
**Answer Format Rules**
|
| 78 |
- If the answer is a number, output digits only (no commas, no units, no strings like “one”, “twenty three”).
|
| 79 |
-
- If it’s a word or phrase, don't use articles, neither abbreviations (e.g. for cities -
|
| 80 |
- If it’s a comma separated list, output a comma-separated list following the above rules for each element.
|
| 81 |
- **Always** output exactly one line as an answer and nothing else.
|
| 82 |
|
|
|
|
| 76 |
|
| 77 |
**Answer Format Rules**
|
| 78 |
- If the answer is a number, output digits only (no commas, no units, no strings like “one”, “twenty three”).
|
| 79 |
+
- If it’s a word or phrase, don't use articles, neither abbreviations (e.g. for cities - Saint Louis, not St. Louis).
|
| 80 |
- If it’s a comma separated list, output a comma-separated list following the above rules for each element.
|
| 81 |
- **Always** output exactly one line as an answer and nothing else.
|
| 82 |
|