Skip to content

Interface: JudgeChainResult

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

Aggregated result from the full judge chain evaluation.

Properties

fallbackTriggered

ts
readonly fallbackTriggered: boolean;

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

Whether the result was determined by failOpen/failClosed (all adapters failed)


passed

ts
readonly passed: boolean;

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

Whether the content passed the chain (considering strategy)


results

ts
readonly results: readonly JudgeResult[];

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

Individual results from each adapter that was called


totalDurationMs

ts
readonly totalDurationMs: number;

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

Total evaluation duration in milliseconds