microsoft.opentelemetry.a365.core.guardrail_decision_type module
String constants for guardrail decision types.
- class microsoft.opentelemetry.a365.core.guardrail_decision_type.GuardrailDecisionType[source]
Bases:
objectWell-known guardrail decision type values.
- ALLOW = 'allow'
Allow the content to proceed unchanged.
- AUDIT = 'audit'
Allow the content but record it for auditing.
- DENY = 'deny'
Block the content.
- MODIFY = 'modify'
Allow the content after modifying it.
- WARN = 'warn'
Allow the content but surface a warning.