Skip to content

Interface: SetGoalStatusResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / SetGoalStatusResponse

Interface: SetGoalStatusResponse

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

Response after transitioning a goal’s status.

Properties

agentSnapshotted

agentSnapshotted: boolean

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

Whether the owning agent was snapshotted so the change survives restart.


goalId

goalId: string

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

Goal term ID (UUID).


message

message: string

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

Confirmation message.


status

status: string

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

The status feature value written on the goal term.