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

    Interface PolicyTrialResult

    interface PolicyTrialResult {
        context?: string;
        passed: boolean;
        policyId: string;
        trial: number;
    }
    Index
    context?: string
    passed: boolean
    policyId: string
    trial: number