Update template.txt
Browse files- template.txt +2 -2
template.txt
CHANGED
|
@@ -10,9 +10,9 @@ When given a question:
|
|
| 10 |
- Only answer after you have gathered enough information by reading the actual page contents.
|
| 11 |
- Only answer after you have printed out the final answer first.
|
| 12 |
- Once you have obtained the final answer, you MUST make a code call as follows:
|
| 13 |
-
|
| 14 |
final_answer("your_answer")
|
| 15 |
-
|
| 16 |
to submit the final answer.
|
| 17 |
- Do not retry or execute anything else after calling `final_answer`.
|
| 18 |
- The function `final_answer` must wrap the exact printed value.
|
|
|
|
| 10 |
- Only answer after you have gathered enough information by reading the actual page contents.
|
| 11 |
- Only answer after you have printed out the final answer first.
|
| 12 |
- Once you have obtained the final answer, you MUST make a code call as follows:
|
| 13 |
+
<code>
|
| 14 |
final_answer("your_answer")
|
| 15 |
+
</code>
|
| 16 |
to submit the final answer.
|
| 17 |
- Do not retry or execute anything else after calling `final_answer`.
|
| 18 |
- The function `final_answer` must wrap the exact printed value.
|