ContextRef
@daydreamsai/core / ContextRef
Type Alias: ContextRef<TContext>
ContextRef<
TContext> =object
Defined in: packages/core/src/types.ts:1240
Reference to a context with its arguments
Type Parameters
TContext
TContext extends AnyContext = AnyContext
The context type
Properties
args
args:
InferSchemaArguments<TContext["schema"]>
Defined in: packages/core/src/types.ts:1242
context
context:
TContext
Defined in: packages/core/src/types.ts:1241