kenza-ily commited on
Commit
61e32ad
·
verified ·
1 Parent(s): e09ec73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def get_weather(city) -> None:
20
  # =============== TOOLS
21
 
22
  @tool
23
- def weather_tool(city:string) -> str:
24
  """
25
  Returns the weather of a city
26
  """
 
20
  # =============== TOOLS
21
 
22
  @tool
23
+ def weather_tool(city:str) -> str:
24
  """
25
  Returns the weather of a city
26
  """