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

    Result of a per-document expansion run. The aggregator appends the section (when non-null) to its sections[] array and merges usedRelative into its used[] artifact tracking list.

    interface PerDocumentExpansion {
    ย ย ย ย section: string;
    ย ย ย ย usedRelative: readonly string[];
    }
    Index
    section: string

    Rendered ## Per-document intelligence markdown section with one ### {dok_id} subsection per file, or null if the subfolder has no documents/ directory or all documents cleaned to empty.

    usedRelative: readonly string[]

    Subfolder-relative paths of every document successfully consumed (e.g. documents/H902FiU13-analysis.md). Always present so the caller can extend its artifact tracking.