vigiles API reference
    Preparing search index...

    Interface BaselineFile

    The committed baseline: the recorded EvalReports, keyed by report name.

    interface BaselineFile {
        recordedAt: string;
        reports: Record<string, EvalReport>;
        version: number;
    }
    Index

    Properties

    recordedAt: string

    ISO-8601 timestamp the baseline was recorded (provenance / future trend).

    reports: Record<string, EvalReport>

    Recorded reports, keyed by report.name (so multiple eval files coexist).

    version: number