Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 47 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
| 48 |
|
| 49 |
@tool
|
| 50 |
-
def funny_hi_response(
|
| 51 |
"""Returns a funny or sarcastic response to someone saying 'Hi'."""
|
| 52 |
import random
|
| 53 |
|
|
|
|
| 47 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
| 48 |
|
| 49 |
@tool
|
| 50 |
+
def funny_hi_response(message: str) -> str:
|
| 51 |
"""Returns a funny or sarcastic response to someone saying 'Hi'."""
|
| 52 |
import random
|
| 53 |
|