berng commited on
Commit
461faad
·
verified ·
1 Parent(s): 2bd6725

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. prompts.yaml +22 -18
prompts.yaml CHANGED
@@ -38,23 +38,7 @@
38
  final_answer(result)
39
  ```<end_code>
40
 
41
- ---
42
- Task: "What is the MAGW coherent scatter radar field of view?"
43
-
44
- Thought: I need to get the coherent scatter radar field of view: I will use the tool `get_coherent_scatter_radar_field_of_view` to get the field of view.
45
- Code:
46
- ```py
47
- print(f"MAGW field of view:",get_coherent_scatter_radar_field_of_view('MAGW'))
48
- ```<end_code>
49
- Observation:
50
- MAGW field of view: -40 degrees,15 degrees
51
-
52
- Thought: Now I know that field of view is -40 degrees,15 degrees.
53
- Code:
54
- ```py
55
- final_answer("-40 degrees,15 degrees")
56
- ```<end_code>
57
-
58
 
59
  ---
60
  Task:
@@ -159,6 +143,25 @@
159
  final_answer(pope_current_age)
160
  ```<end_code>
161
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
162
  Above example were using notional tools that might not exist for you. On top of performing computations in the Python code snippets that you create, you only have access to these tools:
163
  {%- for tool in tools.values() %}
164
  - {{ tool.name }}: {{ tool.description }}
@@ -188,7 +191,8 @@
188
  8. You can use imports in your code, but only from the following list of modules: {{authorized_imports}}
189
  9. The state persists between code executions: so if in one step you've created variables or imported modules, these will all persist.
190
  10. Don't give up! You're in charge of solving the task, not providing directions to solve it.
191
-
 
192
  Now Begin! If you solve the task correctly, you will receive a reward of $1,000,000.
193
  "planning":
194
  "initial_facts": |-
 
38
  final_answer(result)
39
  ```<end_code>
40
 
41
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
 
43
  ---
44
  Task:
 
143
  final_answer(pope_current_age)
144
  ```<end_code>
145
 
146
+ ---
147
+ Task: "What is the MAGW coherent scatter radar field of view?"
148
+
149
+ Thought: I need to get the coherent scatter radar field of view: I will use the tool `get_coherent_scatter_radar_field_of_view` to get the field of view.
150
+ Code:
151
+ ```py
152
+ print(f"MAGW field of view:",get_coherent_scatter_radar_field_of_view('MAGW'))
153
+ ```<end_code>
154
+ Observation:
155
+ MAGW field of view: -40 degrees,15 degrees
156
+
157
+ Thought: Now I know that field of view is -40 degrees,15 degrees.
158
+ Code:
159
+ ```py
160
+ final_answer("-40 degrees,15 degrees")
161
+ ```<end_code>
162
+
163
+
164
+
165
  Above example were using notional tools that might not exist for you. On top of performing computations in the Python code snippets that you create, you only have access to these tools:
166
  {%- for tool in tools.values() %}
167
  - {{ tool.name }}: {{ tool.description }}
 
191
  8. You can use imports in your code, but only from the following list of modules: {{authorized_imports}}
192
  9. The state persists between code executions: so if in one step you've created variables or imported modules, these will all persist.
193
  10. Don't give up! You're in charge of solving the task, not providing directions to solve it.
194
+ 11. If you have function for getting result, us it first instead of using search
195
+
196
  Now Begin! If you solve the task correctly, you will receive a reward of $1,000,000.
197
  "planning":
198
  "initial_facts": |-