Docs
Cloudflare
Railway
CodeRabbit
Netlify
OpenRouter
Clerk
WorkOS
SerpAPI
AG Grid
Electric
Prisma
Sentry
Unkey
Cloudflare
Railway
CodeRabbit
Netlify
OpenRouter
Clerk
WorkOS
SerpAPI
AG Grid
Electric
Prisma
Sentry
Unkey
Class References
Function References
Interface References
Type Alias References
Variable References

ContentPartSource

Type Alias: ContentPartSource

ts
type ContentPartSource = 
  | ContentPartDataSource
  | ContentPartUrlSource;
type ContentPartSource = 
  | ContentPartDataSource
  | ContentPartUrlSource;

Defined in: packages/ai/src/types.ts:220

Source specification for multimodal content. Discriminated union supporting both inline data (base64) and URL-based content.

  • For 'data' sources: mimeType is required
  • For 'url' sources: mimeType is optional