Skip to content

Latest commit

 

History

History
77 lines (39 loc) · 1.48 KB

Goal.md

File metadata and controls

77 lines (39 loc) · 1.48 KB

@ai16z/eliza v0.1.5-alpha.3 / Goal

Interface: Goal

Represents a high-level goal composed of objectives

Properties

id?

optional id: `${string}-${string}-${string}-${string}-${string}`

Optional unique identifier

Defined in

packages/core/src/types.ts:110


roomId

roomId: `${string}-${string}-${string}-${string}-${string}`

Room ID where goal exists

Defined in

packages/core/src/types.ts:113


userId

userId: `${string}-${string}-${string}-${string}-${string}`

User ID of goal owner

Defined in

packages/core/src/types.ts:116


name

name: string

Name/title of the goal

Defined in

packages/core/src/types.ts:119


status

status: GoalStatus

Current status

Defined in

packages/core/src/types.ts:122


objectives

objectives: Objective[]

Component objectives

Defined in

packages/core/src/types.ts:125