Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Refine AI setting descriptions
  • Loading branch information
JonasHelming committed Mar 22, 2025
commit 304654ea3c7273ee5a2bd5ef80090b4392434ed8
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ export const AiConfigurationPreferences: PreferenceSchema = {
'ai-features.agentSettings.details': {
type: 'null',
markdownDescription: nls.localize('theia/ai/ide/agent-description',
'Additional settings for AI agents can be configured using the [AI Configuration View]({0}).',
'Configure AI agent settings including enablement, LLM selection, prompt template customization, and custom agent creation in the [AI Configuration View]({0}).',
'command:aiConfiguration:open'
)
},
'ai-features.promptTemplates.details': {
type: 'null',
markdownDescription: nls.localize('theia/ai/ide/prompt-template-description',
'Additional AI prompt template settings can be configured using the [AI Configuration View]({0}).',
'Select prompt variants and customize prompt templates for AI agents in the [AI Configuration View]({0}).',
'command:aiConfiguration:open'
)
},
'ai-features.models.details': {
'ai-features.modelSelection.details': {
type: 'null',
markdownDescription: nls.localize('theia/ai/ide/prompt-template-description',
'Additional settings for AI models can be configured using the [AI Configuration View]({0}).',
markdownDescription: nls.localize('theia/ai/ide/model-selection-description',
'Choose which Large Language Models (LLMs) are used by each AI agent in the [AI Configuration View]({0}).',
'command:aiConfiguration:open'
)
}
Expand Down
Loading