@microsoft/opentelemetry
    Preparing search index...

    Enumeration GuardrailDecisionType

    The decision made by a security guardian during guardrail evaluation.

    Index

    Enumeration Members

    Enumeration Members

    Allow: "allow"

    Content or action is allowed to proceed.

    Audit: "audit"

    Content or action is logged for review but allowed to proceed.

    Deny: "deny"

    Content or action is denied/blocked.

    Modify: "modify"

    Content was modified (e.g., redacted, sanitized, rewritten).

    Warn: "warn"

    Content or action triggered a warning but is allowed to proceed.