Interface ContentBlockStartEvent

interface ContentBlockStartEvent {
    content_block: {
        text: string;
        type: "text";
    };
    index: number;
    type: string;
}

Hierarchy

  • AnthropicStreamEvent
    • ContentBlockStartEvent

Properties

content_block: {
    text: string;
    type: "text";
}

Type declaration

  • text: string
  • type: "text"
index: number
type: string