Skip to content

Interface: AddBeliefRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / AddBeliefRequest

Interface: AddBeliefRequest

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

Request to add a belief to an agent.

Properties

agentId

agentId: string

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

Agent ID (UUID).


belief

belief: BeliefDto

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

Belief term.


confidence

confidence: number

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

Confidence in the belief (0.0 to 1.0).


source?

optional source: string

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

Source of the belief (default: “api”).


tenantId

tenantId: string

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

Tenant ID (UUID).