Interface ChatHistoryFromConversationParams

interface ChatHistoryFromConversationParams {
    conversationId: string;
    isNewConversation?: boolean;
}

Properties

conversationId: string
isNewConversation?: boolean