Class FrontendPromptCustomizationServiceImpl

Implements

Constructors

Properties

envVariablesServer: EnvVariablesServer
fileService: FileService
onDidChangeCustomAgents: Event<void> = ...

Event which is fired when custom agents are modified.

onDidChangeCustomAgentsEmitter: Emitter<void> = ...
onDidChangePrompt: Event<string> = ...

Event which is fired when the prompt template is changed.

onDidChangePromptEmitter: Emitter<string> = ...
openerService: OpenerService
preferences: AICorePreferences
templates: Map<string, string> = ...
toDispose: DisposableCollection = ...
trackedTemplateURIs: Set<string> = ...

Methods