export interface IConversationWebSocket { conversationId: string; modality: "voice" | "text"; }