Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +1 -1
prompts.yaml
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
Thought: I will now search the web using DuckDuck Go
|
| 14 |
Code:
|
| 15 |
py
|
| 16 |
-
results =
|
| 17 |
print(results)
|
| 18 |
<end_code>
|
| 19 |
|
|
|
|
| 13 |
Thought: I will now search the web using DuckDuck Go
|
| 14 |
Code:
|
| 15 |
py
|
| 16 |
+
results = get_search_results("this is my search text", 5)
|
| 17 |
print(results)
|
| 18 |
<end_code>
|
| 19 |
|