Skip to content

Interface: ProvideFeedbackResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / ProvideFeedbackResponse

Interface: ProvideFeedbackResponse

Defined in: src/types/cognitive.ts:842

Response after providing feedback.

Properties

feedbackId

feedbackId: string

Defined in: src/types/cognitive.ts:844

Created feedback Psi-term ID (UUID).


learnedRuleId?

optional learnedRuleId: string | null

Defined in: src/types/cognitive.ts:848

Any new rule learned from correction (UUID).


message

message: string

Defined in: src/types/cognitive.ts:846

Message.


updatedRules

updatedRules: string[]

Defined in: src/types/cognitive.ts:850

Rules whose utility was updated.