Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 37 |
def get_recent_news(description: str) -> str:
|
| 38 |
"""A tool that fetches the recent news on given topic.
|
| 39 |
Args:
|
| 40 |
-
|
| 41 |
"""
|
| 42 |
try:
|
| 43 |
search_tool = DuckDuckGoSearchTool()
|
|
|
|
| 37 |
def get_recent_news(description: str) -> str:
|
| 38 |
"""A tool that fetches the recent news on given topic.
|
| 39 |
Args:
|
| 40 |
+
description: A string representing a valid recent news (e.g., 'news/sports').
|
| 41 |
"""
|
| 42 |
try:
|
| 43 |
search_tool = DuckDuckGoSearchTool()
|