Documentation
Framework
Version
Class References
Function References
Interface References
Type Alias References
Variable References

VideoPart

Interface: VideoPart<TMetadata>

Defined in: types.ts:75

Video 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:80

Provider-specific metadata (e.g., duration, resolution)


source

ts
source: ContentPartSource;
source: ContentPartSource;

Defined in: types.ts:78

Source of the video content


type

ts
type: "video";
type: "video";

Defined in: types.ts:76