Skip to main content

@ai16z/eliza v1.0.0 / Handler

Type Alias: Handler()

Handler: (runtime, message, state?, options?, callback?) => Promise<unknown>

Represents the type of a handler function, which takes a runtime instance, a message, and an optional state, and returns a promise resolving to any type.

Parameters

runtime: IAgentRuntime

message: Memory

state?: State

options?

callback?: HandlerCallback

Returns

Promise<unknown>

Defined in

packages/core/src/types.ts:190