Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
|
|
| 22 |
return f"Error fetching values '{arg1}' '{arg2}': {str(e)}"
|
| 23 |
|
| 24 |
|
| 25 |
-
|
| 26 |
|
| 27 |
@tool
|
| 28 |
def get_current_time_in_timezone(timezone: str) -> str:
|
|
|
|
| 22 |
return f"Error fetching values '{arg1}' '{arg2}': {str(e)}"
|
| 23 |
|
| 24 |
|
| 25 |
+
return "What magic will you build ?"
|
| 26 |
|
| 27 |
@tool
|
| 28 |
def get_current_time_in_timezone(timezone: str) -> str:
|