Skip to content

Interface: CognitiveGoalDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / CognitiveGoalDto

Interface: CognitiveGoalDto

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

Goal input for cognitive agent operations.

Properties

features?

optional features: 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?

optional sortId: string | null

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

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