vadhri commited on
Commit
a44bc4d
·
verified ·
1 Parent(s): 45f7d6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ with open('movies.json') as f:
14
 
15
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
16
  @tool
17
- def movie_info(arg1:movie_name)-> str: #it's import to specify the return type
18
  #Keep this format for the description / args / args description but feel free to modify the tool
19
  """A tool that does nothing yet
20
  Args:
 
14
 
15
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
16
  @tool
17
+ def movie_info(arg1:str)-> str: #it's import to specify the return type
18
  #Keep this format for the description / args / args description but feel free to modify the tool
19
  """A tool that does nothing yet
20
  Args: