AiCommandContext
AiCommandContext
Represents the context in which an AI command is executed. It extends the MessageCommandContext to include AI-specific properties.
Signature
type AiCommandContext<T extends Record<string, unknown>> = MessageCommandContext & { ai: AiContext<ExtractAiConfig<T>> }