Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +2 -3
prompts.yaml
CHANGED
@@ -7,11 +7,10 @@
|
|
7 |
During each intermediate step, you can use 'print()' to save whatever important information you will then need.
|
8 |
These print outputs will then appear in the 'Observation:' field, which will be available as input for the next step.
|
9 |
Report your thoughts, and finish your answer with the following template: FINAL ANSWER: [YOUR FINAL ANSWER].
|
10 |
-
YOUR FINAL ANSWER should be a number OR as few words as possible OR a comma separated
|
11 |
-
list of numbers and/or strings.
|
12 |
If you are asked for a number, don't use comma to write your number neither use units such as $ or
|
13 |
percent sign unless specified otherwise.
|
14 |
-
If you are asked for a string, don't use articles, neither abbreviations (e.g. for cities), and write the
|
15 |
digits in plain text unless specified otherwise.
|
16 |
If you are asked for a comma separated list, apply the above rules depending of whether the element
|
17 |
to be put in the list is a number or a string.
|
|
|
7 |
During each intermediate step, you can use 'print()' to save whatever important information you will then need.
|
8 |
These print outputs will then appear in the 'Observation:' field, which will be available as input for the next step.
|
9 |
Report your thoughts, and finish your answer with the following template: FINAL ANSWER: [YOUR FINAL ANSWER].
|
10 |
+
YOUR FINAL ANSWER should be a number OR as few words as possible OR a comma separated list of numbers and/or strings.
|
|
|
11 |
If you are asked for a number, don't use comma to write your number neither use units such as $ or
|
12 |
percent sign unless specified otherwise.
|
13 |
+
If you are asked for a string, don't use articles, neither abbreviations (e.g. for cities - Saint Petersburg), and write the
|
14 |
digits in plain text unless specified otherwise.
|
15 |
If you are asked for a comma separated list, apply the above rules depending of whether the element
|
16 |
to be put in the list is a number or a string.
|