ModelContentBlockStopEvent
Defined in: src/models/streaming.ts:172
Event emitted when a content block completes.
Implements
Section titled “Implements”ModelContentBlockStopEventData
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ModelContentBlockStopEvent(_data): ModelContentBlockStopEvent;Defined in: src/models/streaming.ts:178
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
_data | ModelContentBlockStopEventData |
Returns
Section titled “Returns”ModelContentBlockStopEvent
Properties
Section titled “Properties”readonly type: "modelContentBlockStopEvent";Defined in: src/models/streaming.ts:176
Discriminator for content block stop events.
Implementation of
Section titled “Implementation of”ModelContentBlockStopEventData.type