Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def get_weather(city: str) -> str:
|
|
13 |
A tool that fetches the current weather information for a specified city.
|
14 |
|
15 |
Args:
|
16 |
-
city
|
17 |
|
18 |
Returns:
|
19 |
str: A string containing the weather information or an error message.
|
|
|
13 |
A tool that fetches the current weather information for a specified city.
|
14 |
|
15 |
Args:
|
16 |
+
city: The name of the city to fetch the weather for (e.g., 'New York').
|
17 |
|
18 |
Returns:
|
19 |
str: A string containing the weather information or an error message.
|