ModelContentBlockStartEvent
Defined in: src/models/streaming.ts:79
Event emitted when a new content block starts in the stream.
Implements
Section titled “Implements”Properties
Section titled “Properties”readonly type: "modelContentBlockStartEvent";Defined in: src/models/streaming.ts:83
Discriminator for content block start events.
Implementation of
Section titled “Implementation of”ModelContentBlockStartEventData.typestart?
Section titled “start?”readonly optional start: ToolUseStart;Defined in: src/models/streaming.ts:89
Information about the content block being started. Only present for tool use blocks.
Implementation of
Section titled “Implementation of”ModelContentBlockStartEventData.start