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

    Interface IntegrityResult

    interface IntegrityResult {
        hash: string;
        tamperedTurns: number[];
        valid: boolean | null;
        verified: boolean;
    }
    Index
    hash: string
    tamperedTurns: number[]

    Indices of turns whose content diverges from the baseline.

    valid: boolean | null

    True only when a baseline was supplied and every turn matched it. False when tampering was detected. Null when no baseline was available, so nothing could be verified.

    verified: boolean

    Whether a baseline was supplied at all.