Defined in: packages/ai/src/types.ts:221
Source specification for URL-based content. mimeType is optional as it can often be inferred from the URL or response headers.
optional mimeType: string;Defined in: packages/ai/src/types.ts:233
Optional MIME type hint for cases where providers can't infer it from the URL.
type: "url";Defined in: packages/ai/src/types.ts:225
Indicates this is URL-referenced content.
value: string;Defined in: packages/ai/src/types.ts:229
HTTP(S) URL or data URI pointing to the content.