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

    Parsed SWOT analysis from swot-analysis.md

    interface SwotAnalysisResult {
    ย ย ย ย subject: string;
    ย ย ย ย strengths: AnalysisSwotEntry[];
    ย ย ย ย weaknesses: AnalysisSwotEntry[];
    ย ย ย ย opportunities: AnalysisSwotEntry[];
    ย ย ย ย threats: AnalysisSwotEntry[];
    ย ย ย ย context?: string;
    }
    Index
    subject: string

    Subject of the SWOT analysis

    strengths: AnalysisSwotEntry[]
    weaknesses: AnalysisSwotEntry[]
    opportunities: AnalysisSwotEntry[]
    context?: string

    Additional context note