hassanshka commited on
Commit
775b4fd
·
verified ·
1 Parent(s): 51c9bba

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +4 -9
prompts.yaml CHANGED
@@ -68,7 +68,7 @@
68
  No result found for query "1979 interview Stanislaus Ulam Martin Sherwin physicists Einstein".
69
 
70
  Thought: The query was maybe too restrictive and did not find any results. Let's try again with a broader query.
71
- Code:
72
  ```py
73
  pages = search(query="1979 interview Stanislaus Ulam")
74
  print(pages)
@@ -160,6 +160,7 @@
160
  {%- endif %}
161
 
162
  Here are the rules you should always follow to solve your task:
 
163
  1. Always provide a 'Thought:' sequence, and a 'Code:\n```py' sequence ending with '```<end_code>' sequence, else you will fail.
164
  2. Use only variables that you have defined!
165
  3. Always use the right arguments for the tools. DO NOT pass the arguments as a dict as in 'answer = wiki({'query': "What is the place where James Bond lives?"})', but use the arguments directly as in 'answer = wiki(query="What is the place where James Bond lives?")'.
@@ -213,13 +214,8 @@
213
  9. "The state persists between code executions: so if in one step you've created variables or imported modules, these will all persist."
214
  10. "Don't give up! You're in charge of solving the task, not providing directions to solve it."
215
  11. "Now Begin! If you solve the task correctly, you will receive a reward of $1,000,000."
216
- Key things to note:
217
- The rules are listed as a sequence (indented by 2 spaces).
218
-
219
-
220
-
221
-
222
- Now Begin! If you solve the task correctly, you will receive a reward of $1,000,000.
223
  "planning":
224
  "initial_facts": |-
225
  Below I will present you a task.
@@ -275,7 +271,6 @@ The rules are listed as a sequence (indented by 2 spaces).
275
  {%- endfor %}
276
  {%- else %}
277
  {%- endif %}
278
-
279
  List of facts that you know:
280
  ```
281
  {{answer_facts}}
 
68
  No result found for query "1979 interview Stanislaus Ulam Martin Sherwin physicists Einstein".
69
 
70
  Thought: The query was maybe too restrictive and did not find any results. Let's try again with a broader query.
71
+ Code:
72
  ```py
73
  pages = search(query="1979 interview Stanislaus Ulam")
74
  print(pages)
 
160
  {%- endif %}
161
 
162
  Here are the rules you should always follow to solve your task:
163
+
164
  1. Always provide a 'Thought:' sequence, and a 'Code:\n```py' sequence ending with '```<end_code>' sequence, else you will fail.
165
  2. Use only variables that you have defined!
166
  3. Always use the right arguments for the tools. DO NOT pass the arguments as a dict as in 'answer = wiki({'query': "What is the place where James Bond lives?"})', but use the arguments directly as in 'answer = wiki(query="What is the place where James Bond lives?")'.
 
214
  9. "The state persists between code executions: so if in one step you've created variables or imported modules, these will all persist."
215
  10. "Don't give up! You're in charge of solving the task, not providing directions to solve it."
216
  11. "Now Begin! If you solve the task correctly, you will receive a reward of $1,000,000."
217
+ Key things to note: |-
218
+ The rules are listed as a sequence (indented by 2 spaces).
 
 
 
 
 
219
  "planning":
220
  "initial_facts": |-
221
  Below I will present you a task.
 
271
  {%- endfor %}
272
  {%- else %}
273
  {%- endif %}
 
274
  List of facts that you know:
275
  ```
276
  {{answer_facts}}