Skip to content

Interface: CognitiveGoalDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / CognitiveGoalDto

Interface: CognitiveGoalDto

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

Goal input for cognitive agent operations.

Properties

features?

optional features: Record<string, JsonValue>

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

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


sort

sort: string

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

Sort name for the goal.


sortId?

optional sortId: string | null

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

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