Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def my_custom_tool(arg1: str, arg2: int) -> str:
|
|
32 |
return repeated.strip()
|
33 |
|
34 |
@tool
|
35 |
-
def
|
36 |
"""
|
37 |
A tool that creates a personalized greeting repeated multiple times.
|
38 |
|
|
|
32 |
return repeated.strip()
|
33 |
|
34 |
@tool
|
35 |
+
def my_custom_tool2(arg1: str, arg2: int) -> str:
|
36 |
"""
|
37 |
A tool that creates a personalized greeting repeated multiple times.
|
38 |
|