Skip to content

Interface: ImpasseDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / ImpasseDto

Interface: ImpasseDto

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

An impasse encountered during the cycle.

Properties

description

description: string

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

Description.


goalId

goalId: string

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

Goal that caused impasse (UUID).


subgoalId?

optional subgoalId: string | null

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

Resolution subgoal (if generated, UUID).


type

type: string

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

Type of impasse.