Interface: AddCognitiveRuleRequest
@kortexya/reasoninglayer / Cognitive / AddCognitiveRuleRequest
Interface: AddCognitiveRuleRequest
Defined in: src/types/cognitive.ts:526
Request to add a cognitive rule.
Properties
antecedents?
optionalantecedents:CognitiveTermInput[]
Defined in: src/types/cognitive.ts:532
Rule antecedents (conditions) - empty for facts.
certainty?
optionalcertainty:number
Defined in: src/types/cognitive.ts:534
Rule certainty (0.0 to 1.0, default: 1).
head
head:
CognitiveTermInput
Defined in: src/types/cognitive.ts:530
Rule head (conclusion).
tenantId
tenantId:
string
Defined in: src/types/cognitive.ts:528
Tenant ID (UUID).