ActionContext
@daydreamsai/core / ActionContext
Interface: ActionContext<TContext, AContext, ActionMemory>
Defined in: packages/core/src/types.ts:80
Extends
AgentContext<TContext>
Extended by
Type Parameters
TContext
TContext extends AnyContext = AnyContext
AContext
AContext extends AnyContext = AnyContext
ActionMemory
ActionMemory extends ActionState = ActionState
Properties
abortSignal?
optionalabortSignal:AbortSignal
Defined in: packages/core/src/types.ts:87
actionMemory
actionMemory:
InferActionState<ActionMemory>
Defined in: packages/core/src/types.ts:85
agentMemory
agentMemory:
undefined|InferContextMemory<AContext>
Defined in: packages/core/src/types.ts:86
args
args:
InferSchemaArguments<TContext["schema"]>
Defined in: packages/core/src/types.ts:527
Inherited from
context
context:
TContext
Defined in: packages/core/src/types.ts:526
Inherited from
id
id:
string
Defined in: packages/core/src/types.ts:525
Inherited from
memory
memory:
InferContextMemory<TContext>
Defined in: packages/core/src/types.ts:530
Inherited from
options
options:
InferContextOptions<TContext>
Defined in: packages/core/src/types.ts:528
Inherited from
settings
settings:
ContextSettings
Defined in: packages/core/src/types.ts:529
Inherited from
workingMemory
workingMemory:
WorkingMemory
Defined in: packages/core/src/types.ts:531