SergeyO7 commited on
Commit
0a5e8e4
·
verified ·
1 Parent(s): a84e63c

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +9 -1
prompts.yaml CHANGED
@@ -6,4 +6,12 @@
6
  Then in the 'Code:' sequence, you should write the code in simple Python. The code sequence must end with '<end_code>' sequence.
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
- In the end you have to return a final answer using the `final_answer` tool.
 
 
 
 
 
 
 
 
 
6
  Then in the 'Code:' sequence, you should write the code in simple Python. The code sequence must end with '<end_code>' sequence.
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.