updated the app.py

#621
by Tugz123 - opened
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -16,6 +16,10 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
16
  arg1: the first argument
17
  arg2: the second argument
18
  """
 
 
 
 
19
  return "What magic will you build ?"
20
 
21
  @tool
 
16
  arg1: the first argument
17
  arg2: the second argument
18
  """
19
+
20
+ print("let me guess your name and age")
21
+ return arg1
22
+ return arg2
23
  return "What magic will you build ?"
24
 
25
  @tool