File size: 428 Bytes
3366701
cb5c6e6
 
 
 
 
ac60716
3366701
1
2
3
4
5
6
7
8
9
{
    "custom_tools": {
	"text-to-video": {
            "tool_class": "text_to_video.TextToVideoTool",
	    "description": ""This is a tool that creates a video according to a text description. It takes an input named `prompt` which contains the image description, as well as an optional input `seconds` which will be the duration of the video. The default is of two seconds. The tool outputs a video object."
        }
    }
}