Skip to main content
Version: Next

AiContextOptions

AiContextOptions

Signature
interface AiContextOptions<T extends Record<string, unknown> = Record<string, unknown>> {
message: Message;
params: T;
commandkit: CommandKit;
}

message

property
Message

params

property
T

commandkit

property