Interface: JudgeResult
Defined in: packages/core/src/presenter/JudgeChain.ts:84
Structured result from a single adapter evaluation.
Properties
adapterName
ts
readonly adapterName: string;Defined in: packages/core/src/presenter/JudgeChain.ts:86
Name of the adapter that produced this result
durationMs
ts
readonly durationMs: number;Defined in: packages/core/src/presenter/JudgeChain.ts:92
Evaluation duration in milliseconds
passed
ts
readonly passed: boolean;Defined in: packages/core/src/presenter/JudgeChain.ts:88
Whether the content passed the evaluation
rawResponse
ts
readonly rawResponse: string;Defined in: packages/core/src/presenter/JudgeChain.ts:90
Raw response from the adapter