Skip to content

Interface: FormalJudgeRefinementResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Oversight / FormalJudgeRefinementResponse

Interface: FormalJudgeRefinementResponse

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

Response from the iterative refinement pipeline.

Properties

converged

converged: boolean

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

Whether the final verdict converged to safe.


rounds

rounds: FormalJudgeResponse[]

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

Results from each refinement round.


totalElapsedMs

totalElapsedMs: number

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

Total processing time across all rounds (ms).


totalRounds

totalRounds: number

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

Total number of refinement rounds executed.