File size: 369 Bytes
3366701
47ec38a
cab7e17
52487eb
 
 
3366701
1
2
3
4
5
6
7
8
{
  "description": "This is a tool that creates a video according to a text description. It takes an optional input `seconds` which will be the duration of the video. The default is of two seconds. The tool outputs a video object.",
  "name": "video_generator",
  "tool_class": "text_to_video.TextToVideoTool",
  "inputs": {"prompt": "str"},
  "output_type": "video"
}