Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +4 -4
prompts.yaml
CHANGED
|
@@ -9,13 +9,13 @@
|
|
| 9 |
These print outputs will then appear in the 'Observation:' field, which will be available as input for the next step.
|
| 10 |
In the end you have to return a final answer using the `final_answer` tool.
|
| 11 |
|
| 12 |
-
|
| 13 |
-
Thought: I will now search the web using
|
| 14 |
Code:
|
| 15 |
-
py
|
| 16 |
results = get_search_results("this is my search text", 5)
|
| 17 |
print(results)
|
| 18 |
-
<end_code>
|
| 19 |
|
| 20 |
Here are a few examples using notional tools:
|
| 21 |
---
|
|
|
|
| 9 |
These print outputs will then appear in the 'Observation:' field, which will be available as input for the next step.
|
| 10 |
In the end you have to return a final answer using the `final_answer` tool.
|
| 11 |
|
| 12 |
+
Example (format only):
|
| 13 |
+
Thought: I will now search the web using DuckDuckGo.
|
| 14 |
Code:
|
| 15 |
+
```py
|
| 16 |
results = get_search_results("this is my search text", 5)
|
| 17 |
print(results)
|
| 18 |
+
```<end_code>
|
| 19 |
|
| 20 |
Here are a few examples using notional tools:
|
| 21 |
---
|