lucaslingle commited on
Commit
5fb922b
·
verified ·
1 Parent(s): f55716d

Update template.txt

Browse files
Files changed (1) hide show
  1. 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
- ```python
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.