AiConfig
AiConfig
Represents the configuration options for the AI plugin scoped to a specific command.
Signature
interface AiConfig {
description?: string;
parameters: any;
}
Represents the configuration options for the AI plugin scoped to a specific command.
interface AiConfig {
description?: string;
parameters: any;
}