Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1018 Bytes

File metadata and controls

52 lines (31 loc) · 1018 Bytes
id AudioPart
title AudioPart

Interface: AudioPart<TMetadata>

Defined in: packages/typescript/ai/src/types.ts:202

Audio content part for multimodal messages.

Type Parameters

TMetadata

TMetadata = unknown

Provider-specific metadata type

Properties

metadata?

optional metadata: TMetadata;

Defined in: packages/typescript/ai/src/types.ts:207

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


source

source: ContentPartSource;

Defined in: packages/typescript/ai/src/types.ts:205

Source of the audio content


type

type: "audio";

Defined in: packages/typescript/ai/src/types.ts:203