ImageURLContent
Base classes¶
Name | Children | Inherits |
---|---|---|
BaseImageContent llmling_agent.models.content Base for image content. |
⋔ Inheritance diagram¶
graph TD
93910913273456["content.ImageURLContent"]
93910912912640["content.BaseImageContent"]
93910912804976["content.BaseContent"]
93910897392016["schema.Schema"]
93910884435584["main.BaseModel"]
139641467646176["builtins.object"]
93910912912640 --> 93910913273456
93910912804976 --> 93910912912640
93910897392016 --> 93910912804976
93910884435584 --> 93910897392016
139641467646176 --> 93910884435584
🛈 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 |
|