Class AbstractTextToModelParsingChatAgent<T>Abstract

Type Parameters

  • T

Hierarchy (view full)

Constructors

Properties

contentMatcherProviders: ContributionProvider<ResponseContentMatcherProvider>
contentMatchers: ResponseContentMatcher[] = []
defaultContentFactory: DefaultResponseContentFactory
defaultLanguageModelPurpose: string
defaultLogging: boolean = true
iconClass: string = 'codicon codicon-copilot'
id: string
languageModelRegistry: LanguageModelRegistry
languageModelRequirements: LanguageModelRequirement[]
locations: ChatAgentLocation[] = ChatAgentLocation.ALL
logger: ILogger
promptService: PromptService
recordingService: CommunicationRecordingService
tags: string[] = ...

Methods