interface ConversationStreamTextEvent {
    associatedUserMessageId: string;
    contentBlockDeltaIndex: number;
    contentBlockDoneAtIndex?: undefined;
    contentBlockIndex: number;
    conversationId: string;
    id: string;
    stopReason?: undefined;
    text: string;
    toolUse?: undefined;
}

Properties

associatedUserMessageId: string
contentBlockDeltaIndex: number
contentBlockDoneAtIndex?: undefined
contentBlockIndex: number
conversationId: string
id: string
stopReason?: undefined
text: string
toolUse?: undefined