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

    Interface CrossRefValidationResult

    Validation result for a single article's MCP source coverage

    interface CrossRefValidationResult {
        articleType: string;
        requiredTools: string[];
        usedTools: string[];
        missingTools: string[];
        extraTools: string[];
        crossReferencesInText: string[];
        sourceCount: number;
        hasMinimumSources: boolean;
        allRequiredToolsUsed: boolean;
        hasCrossReferencesInText: boolean;
        passed: boolean;
        score: number;
    }
    Index

    Properties

    articleType: string
    requiredTools: string[]
    usedTools: string[]
    missingTools: string[]
    extraTools: string[]
    crossReferencesInText: string[]
    sourceCount: number
    hasMinimumSources: boolean
    allRequiredToolsUsed: boolean
    hasCrossReferencesInText: boolean
    passed: boolean
    score: number