Interface: AddBeliefRequest
@kortexya/reasoninglayer / Cognitive / AddBeliefRequest
Interface: AddBeliefRequest
Defined in: src/types/cognitive.ts:428
Request to add a belief to an agent.
Properties
agentId
agentId:
string
Defined in: src/types/cognitive.ts:430
Agent ID (UUID).
belief
belief:
BeliefDto
Defined in: src/types/cognitive.ts:434
Belief term.
confidence
confidence:
number
Defined in: src/types/cognitive.ts:436
Confidence in the belief (0.0 to 1.0).
source?
optionalsource:string
Defined in: src/types/cognitive.ts:438
Source of the belief (default: “api”).
tenantId
tenantId:
string
Defined in: src/types/cognitive.ts:432
Tenant ID (UUID).