Skip to content

Commit 2479b28

Browse files
committed
feat(core): add video content block type
1 parent 4e89320 commit 2479b28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

flowllm/core/enumeration/content_block_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ class ContentBlockType(str, Enum):
99
TEXT = "text"
1010
IMAGE_URL = "image_url"
1111
AUDIO = "audio"
12+
VIDEO = "video"

0 commit comments

Comments
 (0)