Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def my_custom_tool(arg1:str)-> dict: #it's import to specify the return type
|
|
45 |
return response.data
|
46 |
|
47 |
except Exception as e:
|
48 |
-
return f"Error fetching time for timezone'{timezone}':{str(e)}
|
49 |
|
50 |
|
51 |
@tool
|
|
|
45 |
return response.data
|
46 |
|
47 |
except Exception as e:
|
48 |
+
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
49 |
|
50 |
|
51 |
@tool
|