ActionCall
@daydreamsai/core / ActionCall
Type Alias: ActionCall<Data>
ActionCall<
Data> =object
Defined in: packages/core/src/types.ts:434
Represents a call to an action
Type Parameters
Data
Data = any
Properties
content
content:
string
Defined in: packages/core/src/types.ts:438
data
data:
Data
Defined in: packages/core/src/types.ts:439
id
id:
string
Defined in: packages/core/src/types.ts:436
name
name:
string
Defined in: packages/core/src/types.ts:437
params?
optionalparams:Record<string,string>
Defined in: packages/core/src/types.ts:440
processed
processed:
boolean
Defined in: packages/core/src/types.ts:442
ref
ref:
"action_call"
Defined in: packages/core/src/types.ts:435
timestamp
timestamp:
number
Defined in: packages/core/src/types.ts:441