greg87vel commited on
Commit
5d56d19
·
verified ·
1 Parent(s): b0272ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
19
  return "What magic will you build ?"
20
 
21
  @tool
22
- def fai_la_carbonara(arg1:str, arg2:int)-> str: #it's import to specify the return type
23
  #Keep this format for the description / args / args description but feel free to modify the tool
24
  """A tool that does Carbonara pasta
25
  """
 
19
  return "What magic will you build ?"
20
 
21
  @tool
22
+ def fai_la_carbonara()-> str: #it's import to specify the return type
23
  #Keep this format for the description / args / args description but feel free to modify the tool
24
  """A tool that does Carbonara pasta
25
  """