Skip to content

Interface: BeliefDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / BeliefDto

Interface: BeliefDto

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

Belief input for adding beliefs to an agent.

Properties

features?

optional features: Record<string, JsonValue>

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

Features as key-value pairs (raw JSON values).


sort

sort: string

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

Sort name for the belief.


sortId?

optional sortId: string | null

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

Sort ID (optional, takes precedence over sort name).