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

    Result of validating an analysis for completeness and depth.

    interface ValidationResult {
        passed: boolean;
        score: number;
        issues: string[];
        suggestions: string[];
    }
    Index

    Properties

    passed: boolean

    Whether the analysis meets the minimum quality threshold

    score: number

    Quality score (0-100)

    issues: string[]

    Specific issues found during validation

    suggestions: string[]

    Suggested improvements (informational, not blocking)