AiConfig
AiConfig
Represents the configuration options for the AI plugin scoped to a specific command.
Signature
interface AiConfig<T extends ToolParameterType = ToolParameterType> {
description?: string;
inputSchema: T;
}
Represents the configuration options for the AI plugin scoped to a specific command.
interface AiConfig<T extends ToolParameterType = ToolParameterType> {
description?: string;
inputSchema: T;
}