Update tool_config.json
Browse files- tool_config.json +2 -2
tool_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
-
"description": "This is a tool that transforms an image according to a prompt
|
3 |
-
"name": "
|
4 |
"tool_class": "image_transformation.ImageTransformationTool",
|
5 |
"inputs": {"image": "image", "prompt": "str"},
|
6 |
"output_type": "image"
|
|
|
1 |
{
|
2 |
+
"description": "This is a tool that transforms an image according to a prompt and returns the modified image.",
|
3 |
+
"name": "image_transformation",
|
4 |
"tool_class": "image_transformation.ImageTransformationTool",
|
5 |
"inputs": {"image": "image", "prompt": "str"},
|
6 |
"output_type": "image"
|