File size: 356 Bytes
6e4ee26
076c1b5
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
@tool
def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return type
    #Keep this format for the description / args / args description but feel free to modify the tool
    """A tool that does nothing yet 
    Args:
        arg1: the first argument
        arg2: the second argument
    """
    return "What magic will you build ?"