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

    Interface RecentArticleEntry

    A recently generated article stored for deduplication

    interface RecentArticleEntry {
        slug: string;
        timestamp: string;
        workflow: string;
        title: string;
        topics: string[];
        mcpQueries: string[];
    }
    Index

    Properties

    slug: string
    timestamp: string
    workflow: string
    title: string
    topics: string[]
    mcpQueries: string[]