ImageURLContent
Base classes¶
| Name | Children | Inherits |
|---|---|---|
| BaseImageContent llmling_agent.models.content Base for image content. |
⋔ Inheritance diagram¶
graph TD
94890199993600["content.ImageURLContent"]
94890194365632["content.BaseImageContent"]
94890199950896["content.BaseContent"]
94890183243792["schema.Schema"]
94890170496944["main.BaseModel"]
139970493684192["builtins.object"]
94890194365632 --> 94890199993600
94890199950896 --> 94890194365632
94890183243792 --> 94890199950896
94890170496944 --> 94890183243792
139970493684192 --> 94890170496944
🛈 DocStrings¶
Bases: BaseImageContent
Image from URL.
Source code in src/llmling_agent/models/content.py
82 83 84 85 86 87 88 89 90 91 92 93 94 | |
type
class-attribute
instance-attribute
¶
type: Literal['image_url'] = Field('image_url', init=False)
URL-based image.
to_openai_format
¶
Convert to OpenAI API format for vision models.
Source code in src/llmling_agent/models/content.py
91 92 93 94 | |