Skip to main content

Variable: GuardrailAction

const GuardrailAction: {
ALLOW: "ALLOW";
BLOCK: "BLOCK";
};

Defined in: src/models/red-team-enums.ts:133

Guardrail action for runtime security policies.

Type Declaration

ALLOW

readonly ALLOW: "ALLOW" = 'ALLOW';

BLOCK

readonly BLOCK: "BLOCK" = 'BLOCK';