Skip to content

Type Alias: JudgeStrategy

ts
type JudgeStrategy = "fallback" | "consensus";

Defined in: packages/core/src/presenter/JudgeChain.ts:33

Execution strategy for the judge chain.

  • fallback — Sequential: try each adapter until one succeeds.
  • consensus — Parallel: ALL adapters must agree to pass.