jlgaralc commited on
Commit
10478c6
·
verified ·
1 Parent(s): 7c964ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import time
13
  import re
14
  import argparse
15
 
16
- # Below is an example of a tool that does nothing. Amaze us with your creativity !
17
  @tool
18
  def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return type
19
  #Keep this format for the description / args / args description but feel free to modify the tool
 
13
  import re
14
  import argparse
15
 
16
+ # Below is an example of a tool that does nothing. Amaze us with your creativity !!
17
  @tool
18
  def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return type
19
  #Keep this format for the description / args / args description but feel free to modify the tool