ImageURLContent
Base classes¶
| Name | Children | Inherits |
|---|---|---|
| BaseImageContent llmling_agent.models.content Base for image content. |
⋔ Inheritance diagram¶
graph TD
94001345040336["content.ImageURLContent"]
94001345827376["content.BaseImageContent"]
94001345039344["content.BaseContent"]
94001329567264["schema.Schema"]
94001316245904["main.BaseModel"]
140380010846688["builtins.object"]
94001345827376 --> 94001345040336
94001345039344 --> 94001345827376
94001329567264 --> 94001345039344
94001316245904 --> 94001329567264
140380010846688 --> 94001316245904
🛈 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 | |