Properties
Readonly
agentSpecificVariables
agentSpecificVariables: AgentSpecificVariables[] = ...
description
description: string = 'This agent provides inline code completion in the code editor in the Theia IDE.'
Readonly
functions
functions: string[] = []
id
id: string = 'Code Completion'
Protected
languageModelRegistry
languageModelRegistry: LanguageModelRegistry
languageModelRequirements
languageModelRequirements: LanguageModelRequirement[] = ...
Protected
logger
logger: ILogger
name
name: string = 'Code Completion'
Protected
preferences
preferences: PreferenceService
Protected
progressService
progressService: ProgressService
Protected
promptService
promptService: PromptService
promptTemplates
promptTemplates: PromptTemplate[] = ...
Protected
recordingService
recordingService: CommunicationRecordingService
Optional
Readonly
tags
tags?: string[]
Readonly
variables
variables: string[] = []