| { | |
| "description": "This is a tool that transforms an image according to a prompt and returns the modified image.", | |
| "name": "image_transformation", | |
| "tool_class": "image_transformation.ImageTransformationTool", | |
| "inputs": {"image": "image", "prompt": "str"}, | |
| "output_type": "image" | |
| } | |