GuardrailEvent
Union of all guardrail-related events.
type GuardrailEvent =
| GuardrailAppliedEvent
| GuardrailBlockedEvent
| GuardrailErrorEvent;
Defined in: src/core/events/types.ts:713
Union of all guardrail-related events.
Remarks
Use this type to handle any guardrail event generically, or subscribe to specific event types via the EventListenerMap.