VideoURLContent
Base classes¶
Name | Children | Inherits |
---|---|---|
VideoContent llmling_agent.models.content Base for video content. |
⋔ Inheritance diagram¶
graph TD
94701640150128["content.VideoURLContent"]
94701640138944["content.VideoContent"]
94701639593392["content.BaseContent"]
94701626040304["schema.Schema"]
94701612203136["main.BaseModel"]
139765536922080["builtins.object"]
94701640138944 --> 94701640150128
94701639593392 --> 94701640138944
94701626040304 --> 94701639593392
94701612203136 --> 94701626040304
139765536922080 --> 94701612203136
🛈 DocStrings¶
Bases: VideoContent
Video from URL.
Source code in src/llmling_agent/models/content.py
307 308 309 310 311 312 313 314 315 316 317 318 319 |
|
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
316 317 318 319 |
|