Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Interface AIInsight

    A cross-panel AI-generated insight

    interface AIInsight {
        id: string;
        text: string;
        relevance: "high" | "medium" | "low";
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier

    text: string

    Insight text

    relevance: "high" | "medium" | "low"

    Relative importance (always required for consistent styling/filtering)