Skip to content

Interface: PushGoalResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Execution / PushGoalResponse

Interface: PushGoalResponse

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

Response after pushing a goal onto the stack.

Properties

goalId

goalId: number

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

ID of the pushed goal.


stackSize

stackSize: number

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

Current stack size.