Skip to content

Documentation / @agentick/shared / ContentStartEvent

Type Alias: ContentStartEvent ​

ContentStartEvent = object & StreamEventBase

Defined in: streaming.ts:188

Content block events (text, images, etc.)

Metadata is available on content_start, content_end, and content events. It is NOT included on content_delta events to avoid noise during streaming.

Type Declaration ​

blockIndex ​

blockIndex: number

blockType ​

blockType: BlockType

metadata? ​

optional metadata: ContentMetadata

Content metadata (citations, annotations, language hints)

type ​

type: "content_start"

Released under the ISC License.