export interface ConversationHistoryElevenAssistantCommonModel {
    isElevenAssistant?: boolean;
}
