Skip to content

Interface: InvokeActionResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / WebhookActions / InvokeActionResponse

Interface: InvokeActionResponse

Defined in: src/types/webhook-actions.ts:106

Response after invoking an action.

Properties

callbackUrl

callbackUrl: string

Defined in: src/types/webhook-actions.ts:108

URL for the external system to POST completion to.


demonsAttached

demonsAttached: number

Defined in: src/types/webhook-actions.ts:110

Number of demons attached for residuation.


invocationId

invocationId: string

Defined in: src/types/webhook-actions.ts:112

Unique invocation ID (used for callback).


message

message: string

Defined in: src/types/webhook-actions.ts:114

Confirmation message.


status

status: string

Defined in: src/types/webhook-actions.ts:116

Current status (always “pending” after invocation).


termId

termId: string

Defined in: src/types/webhook-actions.ts:118

The Psi-term ID created for this action.