marlova commited on
Commit
62d5090
·
verified ·
1 Parent(s): bf3c99d

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. 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
- result = 'Europe/Prague'
21
- get_current_time_in_timezone(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