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

    Interface ConstraintEvalResult

    interface ConstraintEvalResult {
        action: ConstraintAction;
        constraintId: string;
        constraintName: string;
        matched: boolean;
        matchedConditions: string[];
        message: string;
        priority: number;
    }
    Index
    constraintId: string
    constraintName: string
    matched: boolean
    matchedConditions: string[]
    message: string
    priority: number