Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +2 -2
prompts.yaml
CHANGED
@@ -17,8 +17,8 @@
|
|
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 |
-
|
21 |
-
get_current_time_in_timezone(
|
22 |
```<end_code>
|
23 |
|
24 |
|
|
|
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 |
+
tz = 'Europe/Prague'
|
21 |
+
get_current_time_in_timezone(tz)
|
22 |
```<end_code>
|
23 |
|
24 |
|