PDFURLContent
Base classes¶
Name | Children | Inherits |
---|---|---|
BasePDFContent llmling_agent.models.content Base for PDF document content. |
⋔ Inheritance diagram¶
graph TD
94701639253552["content.PDFURLContent"]
94701639259520["content.BasePDFContent"]
94701639593392["content.BaseContent"]
94701626040304["schema.Schema"]
94701612203136["main.BaseModel"]
139765536922080["builtins.object"]
94701639259520 --> 94701639253552
94701639593392 --> 94701639259520
94701626040304 --> 94701639593392
94701612203136 --> 94701626040304
139765536922080 --> 94701612203136
🛈 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 |
|