Emitted when a new content block begins streaming.
interface ContentBlockStartEvent{ event: "content-block-start", index: 0,
content: { type: "text", text: "" } }Initial state of the content block.
Positional index of this block within the message.