Gmrock commited on
Commit
568177c
·
verified ·
1 Parent(s): 886ab02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
21
 
22
  @tool
23
  def add_two_numbers(a:int, b:int)-> int: #it's import to specify the return type
24
- """A tool adds two integer numbers and returns the result
25
  Args:
26
  a: first integer number
27
  b: second integer number
 
21
 
22
  @tool
23
  def add_two_numbers(a:int, b:int)-> int: #it's import to specify the return type
24
+ """A tool that says hello
25
  Args:
26
  a: first integer number
27
  b: second integer number