export interface IEmbedAiSummary { enabled?: boolean; includeWidgetSummary?: boolean; includeDashboardSummary?: boolean; dashboard?: boolean; widget?: boolean; }