Skip to content

Interface: ImpasseDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / ImpasseDto

Interface: ImpasseDto

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

An impasse encountered during the cycle.

Properties

description

description: string

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

Description.


goalId

goalId: string

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

Goal that caused impasse (UUID).


subgoalId?

optional subgoalId: string | null

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

Resolution subgoal (if generated, UUID).


type

type: string

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

Type of impasse.