Implementations


Implements

Constructors

Properties

_changeSet?: ChangeSetImpl
_contextManager: ChatContextManagerImpl = ...
_id: string
_onDidChangeEmitter: Emitter<ChatChangeEvent> = ...
_settings: {
    [key: string]: unknown;
}

Type declaration

  • [key: string]: unknown
_suggestions: readonly ChatSuggestion[] = []
location: ChatAgentLocation = ChatAgentLocation.Panel
onDidChange: Event<ChatChangeEvent> = ...
toDispose: DisposableCollection = ...

Accessors

Methods