K00B404 commited on
Commit
070ef9a
·
verified ·
1 Parent(s): e7bfe63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -21,8 +21,7 @@ def create_tool(tool_data: Dict[str, Any]):
21
  """Create a new tool script in the tools folder.
22
 
23
  Args:
24
- tool_name: Name for the tool (also the filename).
25
- tool_data: Dictionary containing registration payload and function script.
26
  """
27
  print("Processing create_tool")
28
 
 
21
  """Create a new tool script in the tools folder.
22
 
23
  Args:
24
+ tool_data: Dictionary containing registration payload values and tool function script.
 
25
  """
26
  print("Processing create_tool")
27