Interface: LearnFromCorrectionResponse
@kortexya/reasoninglayer / Cognitive / LearnFromCorrectionResponse
Interface: LearnFromCorrectionResponse
Defined in: src/types/cognitive.ts:776
Response after learning from a correction.
Properties
correctionId
correctionId:
string
Defined in: src/types/cognitive.ts:780
Created correction Psi-term ID (UUID).
deprecatedRules
deprecatedRules:
string[]
Defined in: src/types/cognitive.ts:786
Rules deprecated by this correction.
learningEventId
learningEventId:
string
Defined in: src/types/cognitive.ts:782
Learning event ID (UUID).
message
message:
string
Defined in: src/types/cognitive.ts:778
Human-readable message.
newRuleId?
optionalnewRuleId:string|null
Defined in: src/types/cognitive.ts:784
New rule created from correction (UUID), if applicable.