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

Properties

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