yetessam commited on
Commit
ebc0cfc
·
verified ·
1 Parent(s): bac848f

Update contentprompts.yml

Browse files
Files changed (1) hide show
  1. 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")