Skip to content

Documentation / @agentick/shared / VideoBlock

Interface: VideoBlock

Defined in: blocks.ts:168

Video block - Video content

Extends

Properties

createdAt?

readonly optional createdAt: string

Defined in: blocks.ts:58

ISO 8601 timestamp when this block was created

Inherited from

BaseContentBlock.createdAt


id?

readonly optional id: string

Defined in: blocks.ts:54

Unique identifier for this block

Inherited from

BaseContentBlock.id


index?

readonly optional index: number

Defined in: blocks.ts:62

Position of this block within the message

Inherited from

BaseContentBlock.index


messageId?

readonly optional messageId: string

Defined in: blocks.ts:56

ID of the message containing this block

Inherited from

BaseContentBlock.messageId


metadata?

readonly optional metadata: Record<string, any>

Defined in: blocks.ts:64

Additional metadata

Inherited from

BaseContentBlock.metadata


mimeType?

readonly optional mimeType: VideoMimeType

Defined in: blocks.ts:171

MIME type of the content (for media blocks)

Overrides

BaseContentBlock.mimeType


source

readonly source: MediaSource

Defined in: blocks.ts:170


summary?

readonly optional summary: string

Defined in: blocks.ts:66

Human-readable summary of the content

Inherited from

BaseContentBlock.summary


transcript?

readonly optional transcript: string

Defined in: blocks.ts:172


type

readonly type: "video" | VIDEO

Defined in: blocks.ts:169

Discriminator for type narrowing (e.g., 'text', 'image', 'tool_use')

Overrides

BaseContentBlock.type

Released under the ISC License.