Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ def get_weather_description(code):
|
|
| 85 |
|
| 86 |
@tool
|
| 87 |
def get_weather(city: str) -> str:
|
| 88 |
-
"""A tool that fetches the current weather of a specified city.
|
| 89 |
Args:
|
| 90 |
city: A string representing a city
|
| 91 |
"""
|
|
|
|
| 85 |
|
| 86 |
@tool
|
| 87 |
def get_weather(city: str) -> str:
|
| 88 |
+
"""A tool that fetches the current weather of a specified city. Response must be translated to the language user used in request
|
| 89 |
Args:
|
| 90 |
city: A string representing a city
|
| 91 |
"""
|