Spaces:
Sleeping
Sleeping
Put back the final answer tool
Browse files- prompts.yaml +1 -0
prompts.yaml
CHANGED
@@ -12,6 +12,7 @@
|
|
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 |
---
|
|
|
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 |
---
|