Skip to content

Documentation / @agentick/core / DispatchPayload

Interface: DispatchPayload

Defined in: core/src/app/types.ts:309

Payload for dispatching a tool by name via the inbox.

Properties

input

input: Record<string, unknown>

Defined in: core/src/app/types.ts:311


tool

tool: string

Defined in: core/src/app/types.ts:310

Released under the ISC License.