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

    Output of the read stage: inventory of all available artifacts.

    interface ReadStageOutput {
    ย ย ย ย artifacts: readonly ArtifactFile[];
    ย ย ย ย hasDocuments: boolean;
    ย ย ย ย availableFiles: ReadonlySet<string>;
    }
    Index
    artifacts: readonly ArtifactFile[]

    All markdown artifacts found in the subfolder.

    hasDocuments: boolean

    Whether a documents/ subdirectory with per-document analyses exists.

    availableFiles: ReadonlySet<string>

    Set of filenames available (for Reader Guide filtering).