Srfacehug commited on
Commit
6624f5c
·
verified ·
1 Parent(s): e3d86b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
36
 
37
  # Dummy function
38
  @tool
39
- def get_weather(location) -> str:
40
  """A tool that gets the weather for a given city
41
  Args:
42
  location: A string representing a city
 
36
 
37
  # Dummy function
38
  @tool
39
+ def get_weather(location: str) -> str:
40
  """A tool that gets the weather for a given city
41
  Args:
42
  location: A string representing a city