EU Parliament Monitor — API Documentation - v0.8.6
    Preparing search index...

    Status record written into the manifest for each method

    interface AnalysisMethodStatus {
        method: AnalysisMethod;
        status: "completed" | "skipped" | "failed";
        outputFile: string;
        confidence: ConfidenceLevel;
        duration: number;
        summary: string;
    }
    Index

    Properties

    The analysis method

    status: "completed" | "skipped" | "failed"

    Whether the method completed, was skipped, or failed

    outputFile: string

    Path to the markdown output file

    confidence: ConfidenceLevel

    Confidence level of the result

    duration: number

    Wall-clock duration in milliseconds

    summary: string

    One-line human-readable summary