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

    Interface AnalysisIteration

    A single pass in the iterative multi-pass analysis cycle. Captures the intermediate thinking at each stage of refinement.

    interface AnalysisIteration {
        pass: number;
        type: AnalysisIterationType;
        summary: string;
        findings: readonly string[];
    }
    Index

    Properties

    pass: number

    Which pass number this is (1–4)

    The type of analysis pass

    summary: string

    Short summary of what this pass adds or changes

    findings: readonly string[]

    Key findings produced in this pass