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

    Directive object that shapes the tone, length and structural constraints for an AI-generated article section. These are injected into generation prompts to enforce consistent Economist-style political journalism.

    interface AIStyleDirective {
        section: string;
        tone: ContentTone;
        maxWords: number;
        requiresSubheadings: boolean;
        stakeholderFocus: readonly string[];
        rubric: readonly string[];
    }
    Index

    Properties

    section: string

    Internal name of the section this directive governs

    Desired editorial tone

    maxWords: number

    Recommended maximum word count for this section

    requiresSubheadings: boolean

    Whether the AI should include sub-headings within this section

    stakeholderFocus: readonly string[]

    Stakeholders that must be addressed in the analysis

    rubric: readonly string[]

    Style rubric for this section. Each entry is a single-sentence instruction included verbatim in generation prompts.