Interface: CognitiveGoalDto
@kortexya/reasoninglayer / Cognitive / CognitiveGoalDto
Interface: CognitiveGoalDto
Defined in: src/types/cognitive.ts:470
Goal input for cognitive agent operations.
Properties
features?
optionalfeatures:Record<string,JsonValue>
Defined in: src/types/cognitive.ts:476
Features as key-value pairs (raw JSON values).
sort
sort:
string
Defined in: src/types/cognitive.ts:472
Sort name for the goal.
sortId?
optionalsortId:string|null
Defined in: src/types/cognitive.ts:474
Sort ID (optional, takes precedence over sort name).