yetessam commited on
Commit
3e82ea2
·
verified ·
1 Parent(s): bb04ae2

Update contentprompts.yml

Browse files
Files changed (1) hide show
  1. contentprompts.yml +1 -9
contentprompts.yml CHANGED
@@ -47,8 +47,7 @@
47
 
48
  Thought: I will need to find out which time zone or location and then use that for the get_the_current_time_in_timezone tools to find the correct information in the correct format.
49
 
50
- ---
51
- Task: "What is the current time in the XYZ timezone?"
52
 
53
  Thought: I will search for the current time depending on your time zone.
54
  Code:
@@ -57,10 +56,3 @@
57
  print(time)
58
  ```<end_code>
59
  Observation: "The current time in London, UK is 5 o'clock PM."
60
-
61
- Thought: Let me provide a detailed answer about the transportation options.
62
- Code:
63
- ```py
64
- final_answer("There are several convenient ways to get from Narita Airport to Shinjuku:\n\n1. Narita Express (N'EX): The most popular option. Takes about 80 minutes and costs ¥3,250. Trains depart regularly and offer comfortable seating with space for luggage.\n\n2. Limousine Bus: Direct bus service, takes 90-120 minutes depending on traffic. Costs ¥3,200. Convenient if your hotel is a bus stop.\n\n3. Keisei Skyliner + Subway: Take the Skyliner to Nippori Station, then transfer to the JR Yamanote Line to Shinjuku. Total journey about 80 minutes and costs ¥2,670.")
65
- ```<end_code>
66
-
 
47
 
48
  Thought: I will need to find out which time zone or location and then use that for the get_the_current_time_in_timezone tools to find the correct information in the correct format.
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:
 
56
  print(time)
57
  ```<end_code>
58
  Observation: "The current time in London, UK is 5 o'clock PM."