Spaces:
Running
Running
Update contentprompts.yml
Browse files- contentprompts.yml +2 -1
contentprompts.yml
CHANGED
@@ -49,7 +49,8 @@
|
|
49 |
|
50 |
Observation: "I need to get more information before providing the time. What is the current time in the XYZ timezone?"
|
51 |
|
52 |
-
Thought: I will search for the current time depending on your time zone.
|
|
|
53 |
Code:
|
54 |
```py
|
55 |
time = get_the_current_time_in_timezone("London, UK")
|
|
|
49 |
|
50 |
Observation: "I need to get more information before providing the time. What is the current time in the XYZ timezone?"
|
51 |
|
52 |
+
Thought: I will search for the current time depending on your time zone. It will come back formatted as
|
53 |
+
a sentence.
|
54 |
Code:
|
55 |
```py
|
56 |
time = get_the_current_time_in_timezone("London, UK")
|