Spaces:
Running
Running
Update prompts.yaml
Browse files- prompts.yaml +5 -5
prompts.yaml
CHANGED
@@ -7,10 +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 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 |
-
|
13 |
-
If
|
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.
|
|
|
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 |
+
|
11 |
YOUR FINAL ANSWER should be a number OR as few words as possible OR a comma separated 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 percent sign unless specified otherwise.
|
13 |
+
If you are asked for a string, don't use articles.
|
14 |
+
If asked about name of place or city, use full complete name without abbreviations (e.g. use Saint Petersburg instead of St.Petersburg).
|
15 |
+
Write the digits in plain text unless specified otherwise. 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.
|