Skip to content

EscalationReason

type EscalationReason =
| "low-confidence"
| "user-request"
| "frustration"
| "tool-call"
| "safety-block";