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

Properties

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