Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface NarrativeDiffEntry

    interface NarrativeDiffEntry {
        direction: "improved" | "unchanged" | "degraded";
        field: string;
        newValue: string | number;
        oldValue: string | number;
        questionId: string;
    }
    Index
    direction: "improved" | "unchanged" | "degraded"
    field: string
    newValue: string | number
    oldValue: string | number
    questionId: string