Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ import time
|
|
| 13 |
import re
|
| 14 |
import argparse
|
| 15 |
|
| 16 |
-
# Below is an example of a tool that does nothing. Amaze us with your creativity
|
| 17 |
@tool
|
| 18 |
def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return type
|
| 19 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
|
|
|
| 13 |
import re
|
| 14 |
import argparse
|
| 15 |
|
| 16 |
+
# Below is an example of a tool that does nothing. Amaze us with your creativity !!
|
| 17 |
@tool
|
| 18 |
def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return type
|
| 19 |
#Keep this format for the description / args / args description but feel free to modify the tool
|