Interface: FixSuggestionDto
@kortexya/reasoninglayer / Oversight / FixSuggestionDto
Interface: FixSuggestionDto
Defined in: src/types/oversight.ts:93
A fix suggestion for a violation.
Properties
confidence
confidence:
number
Defined in: src/types/oversight.ts:95
Confidence in the fix suggestion (0.0-1.0).
description
description:
string
Defined in: src/types/oversight.ts:97
Human-readable fix description.
fixType?
optionalfixType:string|null
Defined in: src/types/oversight.ts:99
Type of fix (e.g., “add_fact”, “modify_feature”, “narrow_sort”, “add_rule”).