AiContextOptions
AiContextOptions
Options for the AI context.
Signature
interface AiContextOptions<T extends Record<string, unknown> = Record<string, unknown>> {
message: Message;
params: T;
commandkit: CommandKit;
}
Options for the AI context.
interface AiContextOptions<T extends Record<string, unknown> = Record<string, unknown>> {
message: Message;
params: T;
commandkit: CommandKit;
}