ameglei-external commited on
Commit
37408a2
·
verified ·
1 Parent(s): 2e48cc5

Amend system prompt a little bit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 - New York, not NY).
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