Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    Output of the aggregate stage: ordered sections ready for assembly.

    interface AggregateStageOutput {
    ย ย ย ย title: string;
    ย ย ย ย description: string;
    ย ย ย ย sections: readonly ArticleSection[];
    ย ย ย ย artifactsUsed: readonly string[];
    }
    Index
    title: string

    Article title (from executive-brief).

    description: string

    Article description / lede (from executive-brief BLUF).

    sections: readonly ArticleSection[]

    Ordered sections composing the article body.

    artifactsUsed: readonly string[]

    Ordered list of artifact filenames consumed.