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