Interface: ProvideFeedbackResponse
@kortexya/reasoninglayer / Cognitive / ProvideFeedbackResponse
Interface: ProvideFeedbackResponse
Defined in: src/types/cognitive.ts:884
Response after providing feedback.
Properties
feedbackId
feedbackId:
string
Defined in: src/types/cognitive.ts:886
Created feedback Psi-term ID (UUID).
learnedRuleId?
optionallearnedRuleId:string|null
Defined in: src/types/cognitive.ts:890
Any new rule learned from correction (UUID).
message
message:
string
Defined in: src/types/cognitive.ts:888
Message.
updatedRules
updatedRules:
string[]
Defined in: src/types/cognitive.ts:892
Rules whose utility was updated.