Hierarchy

  • TreeWidget
    • ChatViewTreeWidget

Constructors

Properties

_shouldScrollToEnd: boolean = true
activationService: AIActivationService
chatAgentService: ChatAgentService
chatInputs: Map<string, AIChatTreeInputWidget> = ...
chatNodeToolbarActionContributions: ContributionProvider<ChatNodeToolbarActionContribution>
chatResponsePartRenderers: ContributionProvider<ChatResponsePartRenderer<ChatResponseContent>>
chatService: ChatService
commandRegistry: CommandRegistry
hoverService: HoverService
inputWidgetFactory: AIChatTreeInputFactory
isEnabled: boolean = false
onDidSubmitEdit: Event<ChatRequest> = ...
onDidSubmitEditEmitter: Emitter<ChatRequest> = ...
openerService: OpenerService
toDisposeOnChatModelChange: DisposableCollection = ...
variableService: AIVariableService
welcomeMessageProvider?: ChatWelcomeMessageProvider
CONTEXT_MENU: string[] = ...
ID: "chat-tree-widget" = 'chat-tree-widget'

Accessors

Methods