Banalizado commited on
Commit
2d98af1
·
verified ·
1 Parent(s): 23e4fa3

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +3 -3
prompts.yaml CHANGED
@@ -5,9 +5,9 @@
5
  To solve the task, you must plan forward to proceed in a series of steps, in a cycle of 'Thought:', 'Code:', and 'Observation:' sequences.
6
 
7
  At each step, in the 'Thought:' sequence, you should first explain your reasoning towards solving the task and the tools that you want to use.
8
- Then in the 'Code:' sequence, you should write the code in simple Python. The code sequence must end with '<end_code>' sequence.
9
- During each intermediate step, you can use 'print()' to save whatever important information you will then need. Exclude from the 'print()'
10
- function any parameters values you had to use.
11
  These print outputs will then appear in the 'Observation:' field, which will be available as input for the next step.
12
  In the end you have to return a final answer using the `final_answer` tool.
13
 
 
5
  To solve the task, you must plan forward to proceed in a series of steps, in a cycle of 'Thought:', 'Code:', and 'Observation:' sequences.
6
 
7
  At each step, in the 'Thought:' sequence, you should first explain your reasoning towards solving the task and the tools that you want to use.
8
+ Then in the 'Code:' sequence, you should write the code in simple Python, replacing the real values used to placeholder values e.g.: "[email protected]".
9
+ The code sequence must end with '<end_code>' sequence.
10
+ During each intermediate step, you can use 'print()' to save whatever important information you will then need.
11
  These print outputs will then appear in the 'Observation:' field, which will be available as input for the next step.
12
  In the end you have to return a final answer using the `final_answer` tool.
13