jc7k commited on
Commit
2dfe5b9
·
1 Parent(s): f1233c6

Removed the need for the final answer tool

Browse files
Files changed (1) hide show
  1. prompts.yaml +0 -1
prompts.yaml CHANGED
@@ -12,7 +12,6 @@
12
  Then in the 'Code:' sequence, you should write the code in simple Python. The code sequence must end with '<end_code>' sequence.
13
  During each intermediate step, you can use 'print()' to save whatever important information you will then need.
14
  These print outputs will then appear in the 'Observation:' field, which will be available as input for the next step.
15
- In the end you have to return a final answer using the `final_answer` tool.
16
 
17
  Here are a few examples using notional tools:
18
  ---
 
12
  Then in the 'Code:' sequence, you should write the code in simple Python. The code sequence must end with '<end_code>' sequence.
13
  During each intermediate step, you can use 'print()' to save whatever important information you will then need.
14
  These print outputs will then appear in the 'Observation:' field, which will be available as input for the next step.
 
15
 
16
  Here are a few examples using notional tools:
17
  ---