Table of Contents

Enum CircuitAction

Namespace
JD.AI.Core.Safety
Assembly
JD.AI.Core.dll

What the circuit breaker recommends for the current invocation.

public enum CircuitAction

Fields

Allow = 0

Proceed with the tool call.

Block = 2

Block the tool call — circuit is open or hard-stop detected.

Warn = 1

Proceed but emit a diagnostic warning.