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

    Interface RepeatedApprovalPattern

    interface RepeatedApprovalPattern {
        actionTaken: string;
        agentId: string;
        count: number;
        eventIds: string[];
        evidenceRefs: string[];
        patternId: string;
        reasonCode: string;
        reviewerIds: string[];
        useCaseId: string;
    }
    Index
    actionTaken: string
    agentId: string
    count: number
    eventIds: string[]
    evidenceRefs: string[]
    patternId: string
    reasonCode: string
    reviewerIds: string[]
    useCaseId: string