Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +3 -3
prompts.yaml
CHANGED
|
@@ -29,10 +29,10 @@
|
|
| 29 |
```<end_code>
|
| 30 |
|
| 31 |
---
|
| 32 |
-
|
| 33 |
|
| 34 |
-
|
| 35 |
-
|
| 36 |
def find_news_sources(query):
|
| 37 |
# Search for news websites related to the query
|
| 38 |
search_results = web_search(query + " official news website")
|
|
|
|
| 29 |
```<end_code>
|
| 30 |
|
| 31 |
---
|
| 32 |
+
Task: Get news about any topic or region.
|
| 33 |
|
| 34 |
+
Thought: I should dynamically discover relevant news sources based on the query and provide comprehensive coverage.
|
| 35 |
+
Code:
|
| 36 |
def find_news_sources(query):
|
| 37 |
# Search for news websites related to the query
|
| 38 |
search_results = web_search(query + " official news website")
|