Enum CircuitAction
What the circuit breaker recommends for the current invocation.
public enum CircuitAction
Fields
Allow = 0Proceed with the tool call.
Block = 2Block the tool call — circuit is open or hard-stop detected.
Warn = 1Proceed but emit a diagnostic warning.