Skip to content

Interface: GoalStackEntryDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Execution / GoalStackEntryDto

Interface: GoalStackEntryDto

Defined in: src/types/execution.ts:144

An entry in the goal stack.

Properties

goal

goal: ExecutionGoalDto

Defined in: src/types/execution.ts:148

The goal.


index

index: number

Defined in: src/types/execution.ts:146

Index in the stack.