Update app.py
Browse files
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 |
-
|
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 |
|