Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 37 |
def get_weather_forecast(city_name):
|
| 38 |
"""A tool that fetches the current weather of a specified city.
|
| 39 |
Args:
|
| 40 |
-
|
| 41 |
"""
|
| 42 |
|
| 43 |
latitude, longitude = get_coordinates_no_api_key(city_name)
|
|
|
|
| 37 |
def get_weather_forecast(city_name):
|
| 38 |
"""A tool that fetches the current weather of a specified city.
|
| 39 |
Args:
|
| 40 |
+
city_name: A string representing a valid city (e.g., 'Bangalore').
|
| 41 |
"""
|
| 42 |
|
| 43 |
latitude, longitude = get_coordinates_no_api_key(city_name)
|