File size: 497 Bytes
6853258
f7f8aa8
 
 
 
 
053676b
6853258
1
2
3
4
5
6
7
8
9
{
    "custom_tools": {
	"image-transformation": {
            "tool_class": "image_transformation.ImageTransformationTool",
	    "description": "This is a tool that transforms an image according to a prompt. It takes two inputs: `image`, which should be the image to transform, and `prompt`, which should be the prompt to use to change it. The prompt should only contain descriptive adjectives, as if completing the prompt of the original image. It returns the modified image."
        }
    }
}