VideoURLContent
Base classes¶
Name | Children | Inherits |
---|---|---|
VideoContent llmling_agent.models.content Base for video content. |
⋔ Inheritance diagram¶
graph TD
93910913371504["content.VideoURLContent"]
93910912886896["content.VideoContent"]
93910912804976["content.BaseContent"]
93910897392016["schema.Schema"]
93910884435584["main.BaseModel"]
139641467646176["builtins.object"]
93910912886896 --> 93910913371504
93910912804976 --> 93910912886896
93910897392016 --> 93910912804976
93910884435584 --> 93910897392016
139641467646176 --> 93910884435584
🛈 DocStrings¶
Bases: VideoContent
Video from URL.
Source code in src/llmling_agent/models/content.py
302 303 304 305 306 307 308 309 310 311 312 313 314 |
|
type
class-attribute
instance-attribute
¶
type: Literal['video_url'] = Field('video_url', init=False)
URL-based video.
to_openai_format
¶
Convert to OpenAI API format for video models.
Source code in src/llmling_agent/models/content.py
311 312 313 314 |
|