kdipakkumar commited on
Commit
7000898
·
verified ·
1 Parent(s): 27ddd51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ def my_custom_tool(arg1:str)-> str: #it's import to specify the return type
15
  """A tool takes city name as input and returns information related to
16
  1. Tourism
17
  2. Weather
 
18
  Args:
19
  arg1: the first argument
20
  """
 
15
  """A tool takes city name as input and returns information related to
16
  1. Tourism
17
  2. Weather
18
+ 3. Timezone
19
  Args:
20
  arg1: the first argument
21
  """