interface AnthropicStreamContentBlockStopEvent {
    index: number;
    type: "content_block_stop";
}

Hierarchy (view full)

Properties

Properties

index: number
type: "content_block_stop"