We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e89320 commit 2479b28Copy full SHA for 2479b28
1 file changed
flowllm/core/enumeration/content_block_type.py
@@ -9,3 +9,4 @@ class ContentBlockType(str, Enum):
9
TEXT = "text"
10
IMAGE_URL = "image_url"
11
AUDIO = "audio"
12
+ VIDEO = "video"
0 commit comments