ImageURLContent
Base classes¶
Name | Children | Inherits |
---|---|---|
BaseImageContent llmling_agent.models.content Base for image content. |
⋔ Inheritance diagram¶
graph TD
94222937737712["content.ImageURLContent"]
94222937625936["content.BaseImageContent"]
94222937855520["content.BaseContent"]
94222923093264["schema.Schema"]
94222907158224["main.BaseModel"]
139951724507360["builtins.object"]
94222937625936 --> 94222937737712
94222937855520 --> 94222937625936
94222923093264 --> 94222937855520
94222907158224 --> 94222923093264
139951724507360 --> 94222907158224
🛈 DocStrings¶
Bases: BaseImageContent
Image from URL.
Source code in src/llmling_agent/models/content.py
83 84 85 86 87 88 89 90 91 92 93 94 95 |
|
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
92 93 94 95 |
|