Skip to content

Interface: JudgeConfigDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Oversight / JudgeConfigDto

Interface: JudgeConfigDto

Defined in: src/types/oversight.ts:28

Configuration overrides for the judge pipeline.

Properties

enableCertificate?

optional enableCertificate: boolean

Defined in: src/types/oversight.ts:36

Generate cryptographic certificate for safe verdicts.


enableFaithfulness?

optional enableFaithfulness: boolean

Defined in: src/types/oversight.ts:34

Enable faithfulness/deception detection.


maxRefinementRounds?

optional maxRefinementRounds: number

Defined in: src/types/oversight.ts:38

Maximum refinement rounds (0 = single pass).


minSafetyScore?

optional minSafetyScore: number

Defined in: src/types/oversight.ts:30

Minimum safety score (0.0-1.0, default: 0.8).


tnormStrategy?

optional tnormStrategy: string

Defined in: src/types/oversight.ts:32

T-norm strategy: “min”, “product”, or “lukasiewicz”.