Skip to content

Interface: JudgeChainResult

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

Aggregated result from the full judge chain evaluation.

Properties

fallbackTriggered

ts
readonly fallbackTriggered: boolean;

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

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


passed

ts
readonly passed: boolean;

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

Whether the content passed the chain (considering strategy)


results

ts
readonly results: readonly JudgeResult[];

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

Individual results from each adapter that was called


totalDurationMs

ts
readonly totalDurationMs: number;

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

Total evaluation duration in milliseconds