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

AudioPart

Interface: AudioPart<TMetadata>

Defined in: types.ts:145

Audio content part for multimodal messages.

Type Parameters

TMetadata

TMetadata = unknown

Provider-specific metadata type

Properties

metadata?

ts
optional metadata: TMetadata;
optional metadata: TMetadata;

Defined in: types.ts:150

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


source

ts
source: ContentPartSource;
source: ContentPartSource;

Defined in: types.ts:148

Source of the audio content


type

ts
type: "audio";
type: "audio";

Defined in: types.ts:146