@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias GuardianApprovalReview

    [UNSTABLE] Temporary approval auto-review payload used by item/autoApprovalReview/* notifications. This shape is expected to change soon.

    type GuardianApprovalReview = {
        rationale: string | null;
        riskLevel: GuardianRiskLevel | null;
        status: GuardianApprovalReviewStatus;
        userAuthorization: GuardianUserAuthorization | null;
    }
    Index

    Properties

    rationale: string | null
    riskLevel: GuardianRiskLevel | null
    userAuthorization: GuardianUserAuthorization | null