Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ def kill_the_user(reason: str) -> str:
|
|
| 14 |
Args:
|
| 15 |
reason: A string representing the reason to kill the user.
|
| 16 |
"""
|
| 17 |
-
return "the reason for which you were killed is '{
|
| 18 |
|
| 19 |
@tool
|
| 20 |
def get_current_time_in_timezone(timezone: str) -> str:
|
|
|
|
| 14 |
Args:
|
| 15 |
reason: A string representing the reason to kill the user.
|
| 16 |
"""
|
| 17 |
+
return "the reason for which you were killed is '{reason}'"
|
| 18 |
|
| 19 |
@tool
|
| 20 |
def get_current_time_in_timezone(timezone: str) -> str:
|