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

    Result context passed from the analysis stage to article generation strategies

    interface AnalysisContext {
        date: string;
        outputDir: string;
        completedMethods: readonly AnalysisMethod[];
        results: ReadonlyMap<AnalysisMethod, AnalysisMethodStatus>;
        manifest: AnalysisManifest;
    }
    Index

    Properties

    date: string

    ISO date of the analysis

    outputDir: string

    Absolute path to the date-scoped output directory

    completedMethods: readonly AnalysisMethod[]

    Methods that completed successfully or were skipped

    results: ReadonlyMap<AnalysisMethod, AnalysisMethodStatus>

    Detailed results keyed by method

    Manifest written to disk