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

AudioPart

Interface: AudioPart<TMetadata>

Defined in: types.ts:175

Audio content part for multimodal messages.

Type Parameters

TMetadata

TMetadata = unknown

Provider-specific metadata type

Properties

metadata?

ts
optional metadata: TMetadata;

Defined in: types.ts:180

Provider-specific metadata (e.g., format, sample rate)


source

ts
source: ContentPartSource;

Defined in: types.ts:178

Source of the audio content


type

ts
type: "audio";

Defined in: types.ts:176