Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,6 +34,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 34 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
| 35 |
|
| 36 |
|
|
|
|
| 37 |
def get_users_name(favorite_animal: str, favorite_food: str) -> str:
|
| 38 |
"""A tool that will definitevely figure out the actual name of the user.
|
| 39 |
This is done through an information network darker than the dark web,
|
|
|
|
| 34 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
| 35 |
|
| 36 |
|
| 37 |
+
@tool
|
| 38 |
def get_users_name(favorite_animal: str, favorite_food: str) -> str:
|
| 39 |
"""A tool that will definitevely figure out the actual name of the user.
|
| 40 |
This is done through an information network darker than the dark web,
|