Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|
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:
|