Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def get_weather(city) -> None:
|
|
20 |
# =============== TOOLS
|
21 |
|
22 |
@tool
|
23 |
-
def weather_tool(city:
|
24 |
"""
|
25 |
Returns the weather of a city
|
26 |
"""
|
|
|
20 |
# =============== TOOLS
|
21 |
|
22 |
@tool
|
23 |
+
def weather_tool(city:str) -> str:
|
24 |
"""
|
25 |
Returns the weather of a city
|
26 |
"""
|