Update prompts.yaml
Browse filesFirst try to adjust the system prompt
- prompts.yaml +3 -0
prompts.yaml
CHANGED
|
@@ -6,6 +6,9 @@
|
|
| 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.
|
| 10 |
|
| 11 |
Here are a few examples using notional tools:
|
|
|
|
| 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 |
+
|
| 10 |
+
If one of the result in an intermediary step delivers a list of possible options, try the first one, but if it fails or gets an error, try the next element out of the list
|
| 11 |
+
and continue trying next items of the list until you succeed.
|
| 12 |
In the end you have to return a final answer using the `final_answer` tool.
|
| 13 |
|
| 14 |
Here are a few examples using notional tools:
|