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