Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,8 +10,7 @@ from Gradio_UI import GradioUI
|
|
| 10 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
| 11 |
@tool
|
| 12 |
def get_weather_forecast(city:str)-> str:
|
| 13 |
-
|
| 14 |
-
"""A tool that does nothing yet
|
| 15 |
Args:
|
| 16 |
city: name of the city for which to query the weather (e.g., 'Islamabad')
|
| 17 |
"""
|
|
|
|
| 10 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
| 11 |
@tool
|
| 12 |
def get_weather_forecast(city:str)-> str:
|
| 13 |
+
"""A tool that fetches the weather of the specified city as a string showing the qualitative weather.
|
|
|
|
| 14 |
Args:
|
| 15 |
city: name of the city for which to query the weather (e.g., 'Islamabad')
|
| 16 |
"""
|