hassaanp commited on
Commit
64de24b
·
verified ·
1 Parent(s): e9db5ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- #Keep this format for the description / args / args description but feel free to modify the tool
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
  """