Type Alias: BaleybotFamily<TInput, TOutputSchema, TTools>
BaleybotFamily<
TInput,TOutputSchema,TTools> =Family<TInput,Baleybot<TOutputSchema,TTools>>
Defined in: packages/core/src/family.ts:127
A family of bots. Members are Baleybots carrying a declared family.
Type Parameters
TInput
TInput
TOutputSchema
TOutputSchema = undefined
TTools
TTools extends AnyTools = Record<string, never>