Spaces:
Sleeping
Sleeping
typo
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def get_location() -> str:
|
|
26 |
return f"Error retrieving location: {str(e)}"
|
27 |
|
28 |
@tool
|
29 |
-
def
|
30 |
"""Gets the current weather for a given location without using an API key.
|
31 |
|
32 |
Args:
|
|
|
26 |
return f"Error retrieving location: {str(e)}"
|
27 |
|
28 |
@tool
|
29 |
+
def get_weather(location: str) -> str:
|
30 |
"""Gets the current weather for a given location without using an API key.
|
31 |
|
32 |
Args:
|