Skip to main content

@elizaos/core v1.0.0-beta.51 / TaskMetadata

Type Alias: TaskMetadata

TaskMetadata: object

Defines metadata associated with a Task. This can include scheduling information like updateInterval or UI-related details for presenting task options to a user. The [key: string]: unknown; allows for additional, unspecified metadata fields.

Index Signature​

[key: string]: unknown

Type declaration​

updateInterval?​

optional updateInterval: number

Optional. If the task is recurring, this specifies the interval in milliseconds between updates or executions.

options?​

optional options: object[]

Optional. Describes options or parameters that can be configured for this task, often for UI presentation.

Defined in​

packages/core/src/types.ts:1546