Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +15 -0
prompts.yaml
CHANGED
@@ -10,6 +10,21 @@
|
|
10 |
In the end you have to return a final answer using the `final_answer` tool.
|
11 |
|
12 |
Here are a few examples using notional tools:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
Task: "Generate an image of the oldest person in this document."
|
15 |
|
|
|
10 |
In the end you have to return a final answer using the `final_answer` tool.
|
11 |
|
12 |
Here are a few examples using notional tools:
|
13 |
+
|
14 |
+
---
|
15 |
+
Task: "What is the time in Prague"
|
16 |
+
|
17 |
+
Thought: I will use python code to compute the result of the operation and then return the final answer using the `final_answer` tool
|
18 |
+
Code:
|
19 |
+
```py
|
20 |
+
result = 'Europe/Prague'
|
21 |
+
get_current_time_in_timezone(timezone)
|
22 |
+
```<end_code>
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
+
|
27 |
+
|
28 |
---
|
29 |
Task: "Generate an image of the oldest person in this document."
|
30 |
|