Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ def find_product(num1:int, num2:int)-> int: #it's import to specify the return t
|
|
| 20 |
|
| 21 |
|
| 22 |
@tool
|
| 23 |
-
def greet(name: str-> str: #it's import to specify the return type
|
| 24 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
| 25 |
"""A tool that greets user when the name is specified
|
| 26 |
Args:
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
@tool
|
| 23 |
+
def greet(name: str)-> str: #it's import to specify the return type
|
| 24 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
| 25 |
"""A tool that greets user when the name is specified
|
| 26 |
Args:
|