AnyActionWithContext
@daydreamsai/core / AnyActionWithContext
Type Alias: AnyActionWithContext<Ctx>
AnyActionWithContext<
Ctx> =Action<any,any,any,Ctx,AnyAgent,ActionState>
Defined in: packages/core/src/types.ts:313
Type alias for an Action with a specific Context type
Type Parameters
Ctx
Ctx extends Context<any, any, any, any, any>
The context type to constrain the action to