Interface: GoalStackResponse
@kortexya/reasoninglayer / Execution / GoalStackResponse
Interface: GoalStackResponse
Defined in: src/types/execution.ts:154
Response with current goal stack state.
Properties
goals
goals:
GoalStackEntryDto[]
Defined in: src/types/execution.ts:156
Goals in the stack.
size
size:
number
Defined in: src/types/execution.ts:158
Stack size.