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

    Output of the write stage: the final article.md content.

    interface WriteStageOutput {
    ย ย ย ย markdown: string;
    ย ย ย ย title: string;
    ย ย ย ย description: string;
    ย ย ย ย artifactsUsed: readonly string[];
    }
    Index
    markdown: string

    Complete markdown content (front-matter + body).

    title: string

    Article title for summary reporting.

    description: string

    Article description for summary reporting.

    artifactsUsed: readonly string[]

    Ordered list of artifacts consumed.