Interface AICoreConfiguration

interface AICoreConfiguration {
    ai-features.AiEnable.enableAI: undefined | boolean;
    ai-features.modelSettings.maxRetries: undefined | number;
    ai-features.modelSettings.requestSettings: undefined | RequestSetting[];
    ai-features.notifications.default: undefined | NotificationType;
    ai-features.promptTemplates.promptTemplatesFolder: undefined | string;
}

Properties

ai-features.AiEnable.enableAI: undefined | boolean
ai-features.modelSettings.maxRetries: undefined | number
ai-features.modelSettings.requestSettings: undefined | RequestSetting[]
ai-features.notifications.default: undefined | NotificationType
ai-features.promptTemplates.promptTemplatesFolder: undefined | string