Interface: InvokeActionRequest
@kortexya/reasoninglayer / WebhookActions / InvokeActionRequest
Interface: InvokeActionRequest
Defined in: src/types/webhook-actions.ts:94
Request to invoke a registered external action.
Remarks
Creates an action Psi-term with the provided inputs, sends a webhook, and residuates on unbound outputs.
Properties
actionName
actionName:
string
Defined in: src/types/webhook-actions.ts:96
Name of the action to invoke.
inputs?
optionalinputs:Record<string,unknown>
Defined in: src/types/webhook-actions.ts:98
Input values for the action.
tenantId
tenantId:
string
Defined in: src/types/webhook-actions.ts:100
Tenant context.