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

ImagePart

Interface: ImagePart<TMetadata>

Defined in: types.ts:161

Image content part for multimodal messages.

Type Parameters

TMetadata

TMetadata = unknown

Provider-specific metadata type (e.g., OpenAI's detail level)

Properties

metadata?

ts
optional metadata: TMetadata;

Defined in: types.ts:166

Provider-specific metadata (e.g., OpenAI's detail: 'auto' | 'low' | 'high')


source

ts
source: ContentPartSource;

Defined in: types.ts:164

Source of the image content


type

ts
type: "image";

Defined in: types.ts:162