File size: 247 Bytes
393b5eb
a3677bb
9c13c58
0b2ea67
f09efa8
 
393b5eb
1
2
3
4
5
6
7
8
{
  "description": "This is a tool that creates an image according to a prompt, which is a text description.",
  "name": "image_generator",
  "tool_class": "text_to_image.TextToImageTool",
  "inputs": {"prompt": "str"},
  "output_type": "image"
}