Skip to content

Type Alias: ActionReviewReasonDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / ActionReviews / ActionReviewReasonDto

Type Alias: ActionReviewReasonDto

ActionReviewReasonDto = "requires_approval" | "high_risk" | "external_side_effect" | "low_confidence" | "first_use" | { custom: string; }

Defined in: src/types/action-reviews.ts:16

Reason for an action review.