dlaima commited on
Commit
edcd7f1
·
verified ·
1 Parent(s): dde68d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 my_custom_tool(arg1: str, arg2: int) -> str:
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