Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def latest_news(arg1:str, arg2:int)-> str: #it's import to specify the return ty
|
|
| 16 |
arg1: topic for which the latest news is asked
|
| 17 |
arg2: how many days in the past to fetch the news
|
| 18 |
"""
|
| 19 |
-
return "
|
| 20 |
|
| 21 |
@tool
|
| 22 |
def get_current_time_in_timezone(timezone: str) -> str:
|
|
|
|
| 16 |
arg1: topic for which the latest news is asked
|
| 17 |
arg2: how many days in the past to fetch the news
|
| 18 |
"""
|
| 19 |
+
return "ford launches new car, tata launches new suv"
|
| 20 |
|
| 21 |
@tool
|
| 22 |
def get_current_time_in_timezone(timezone: str) -> str:
|