Skip to content

Interface: DisentailmentResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Reasoning / DisentailmentResponse

Interface: DisentailmentResponse

Defined in: src/types/reasoning.ts:55

Response from disentailment check.

Properties

computationTimeMs

computationTimeMs: number

Defined in: src/types/reasoning.ts:57

Computation time in milliseconds.


confidence

confidence: number

Defined in: src/types/reasoning.ts:59

Confidence degree (0.0 to 1.0).


holds

holds: boolean

Defined in: src/types/reasoning.ts:61

Whether the disentailment holds (antecedent is false, or consequent is false).


violated

violated: boolean

Defined in: src/types/reasoning.ts:63

Whether the disentailment is violated (both antecedent AND consequent hold = conflict).