kenza-ily commited on
Commit
ad0bc35
·
verified ·
1 Parent(s): f3c1c38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -23,8 +23,9 @@ def get_weather(city:str) -> str:
23
 
24
  @tool
25
  def weather_tool(city:str) -> str:
26
- """
27
- Returns the weather of a city
 
28
  """
29
  return getweather(city)
30
 
 
23
 
24
  @tool
25
  def weather_tool(city:str) -> str:
26
+ """Returns the weather of city
27
+ Args:
28
+ city: the city we want to evaluate the weather in
29
  """
30
  return getweather(city)
31