Sharan1712 commited on
Commit
61921e7
·
verified ·
1 Parent(s): 972d363

Update new_prompts.yaml

Browse files
Files changed (1) hide show
  1. new_prompts.yaml +3 -3
new_prompts.yaml CHANGED
@@ -18,12 +18,12 @@
18
  ---
19
  Task: "What are the matches in Manchester, England?"
20
 
21
- Thought: I will proceed step by step and use the following tools: `get_current_date` tool to detect the current date, `web_search` tool to find information about upcoming matches in Manchester, England, and then the `final_answer` tool to return the final answer.
22
  Code:
23
  ```py
24
- date = get_current_date()
25
  ```<end_code>
26
- Observation: "Current date is {date}."
27
 
28
  Thought: I will now find the upcoming football matches happening in Manchester in the near future.
29
  Code:
 
18
  ---
19
  Task: "What are the matches in Manchester, England?"
20
 
21
+ Thought: I will proceed step by step and use the following tools: `date_fetch` tool to detect the current date, `web_search` tool to find information about upcoming matches in Manchester, England, and then the `final_answer` tool to return the final answer.
22
  Code:
23
  ```py
24
+ date = date_fetch()
25
  ```<end_code>
26
+ Observation: "{date}"
27
 
28
  Thought: I will now find the upcoming football matches happening in Manchester in the near future.
29
  Code: