ConversationHistoryResponse: {
    agent: ConversationHistoryAgentEnum;
    content: string;
    custom_agent?: object | null;
    message_id: string;
    sources: any[];
    updated: string;
}

Type declaration