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

Properties

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