PDFURLContent
Base classes¶
Name | Children | Inherits |
---|---|---|
BasePDFContent llmling_agent.models.content Base for PDF document content. |
⋔ Inheritance diagram¶
graph TD
94229448340112["content.PDFURLContent"]
94229448700320["content.BasePDFContent"]
94229448349568["content.BaseContent"]
94229438169392["schema.Schema"]
94229417688032["main.BaseModel"]
140359194849504["builtins.object"]
94229448700320 --> 94229448340112
94229448349568 --> 94229448700320
94229438169392 --> 94229448349568
94229417688032 --> 94229438169392
140359194849504 --> 94229417688032
🛈 DocStrings¶
Bases: BasePDFContent
PDF from URL.
Source code in src/llmling_agent/models/content.py
183 184 185 186 187 188 189 190 191 192 193 194 195 |
|
type
class-attribute
instance-attribute
¶
type: Literal['pdf_url'] = Field('pdf_url', init=False)
URL-based PDF.
to_openai_format
¶
Convert to OpenAI API format for PDF handling.
Source code in src/llmling_agent/models/content.py
192 193 194 195 |
|