Spaces:
Sleeping
Sleeping
Update new_prompts.yaml
Browse files- 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: `
|
| 22 |
Code:
|
| 23 |
```py
|
| 24 |
-
date =
|
| 25 |
```<end_code>
|
| 26 |
-
Observation: "
|
| 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:
|