EU Parliament Monitor - API Documentation - v0.7.19
    Preparing search index...

    Interface EnhancedAnalysisIteration

    A single refinement pass in the multi-iteration analysis process

    interface EnhancedAnalysisIteration {
        pass: 1 | 2 | 3 | 4;
        type:
            | "initial"
            | "stakeholder_challenge"
            | "evidence_validation"
            | "synthesis";
        confidence: ConfidenceLevel;
        findings: readonly string[];
        evidenceRefs: readonly EvidenceReference[];
        refinements: readonly string[];
    }
    Index

    Properties

    pass: 1 | 2 | 3 | 4

    Pass number (1 = initial, 2 = stakeholder_challenge, 3 = evidence_validation, 4 = synthesis)

    type: "initial" | "stakeholder_challenge" | "evidence_validation" | "synthesis"

    Type of analytical work performed in this pass

    confidence: ConfidenceLevel

    Overall confidence level for findings in this pass

    findings: readonly string[]

    Key findings from this pass

    evidenceRefs: readonly EvidenceReference[]

    Evidence references consulted

    refinements: readonly string[]

    How this pass refined the previous pass's conclusions