Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ def tell_a_joke(arg1:str)-> str: #it's import to specify the return type
|
|
| 23 |
Args:
|
| 24 |
arg1: the topic
|
| 25 |
"""
|
| 26 |
-
return "Why did the
|
| 27 |
|
| 28 |
@tool
|
| 29 |
def get_current_time_in_timezone(timezone: str) -> str:
|
|
|
|
| 23 |
Args:
|
| 24 |
arg1: the topic
|
| 25 |
"""
|
| 26 |
+
return f"Why did {arg1} cross the road? It had to wait for a giraffe"
|
| 27 |
|
| 28 |
@tool
|
| 29 |
def get_current_time_in_timezone(timezone: str) -> str:
|