InputConfig
@daydreamsai/core / InputConfig
Type Alias: InputConfig<Schema, TContext, TAgent>
InputConfig<
Schema,TContext,TAgent> =Omit<Input<Schema,TContext,TAgent>,"type">
Defined in: packages/core/src/types.ts:897
Configuration type for inputs without type field
Type Parameters
Schema
Schema extends z.ZodObject | z.ZodString | z.ZodRawShape = z.ZodObject | z.ZodString | z.ZodRawShape
TContext
TContext extends AnyContext = AnyContext