Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,8 @@ from Gradio_UI import GradioUI
|
|
9 |
|
10 |
@tool
|
11 |
def get_weather(city: str) -> str:
|
12 |
-
"""
|
|
|
13 |
|
14 |
Args:
|
15 |
city (str): The name of the city to fetch the weather for (e.g., 'New York').
|
|
|
9 |
|
10 |
@tool
|
11 |
def get_weather(city: str) -> str:
|
12 |
+
"""
|
13 |
+
A tool that fetches the current weather information for a specified city.
|
14 |
|
15 |
Args:
|
16 |
city (str): The name of the city to fetch the weather for (e.g., 'New York').
|