Skip to content

Commit 52a7626

Browse files
authored
Refine AI setting descriptions (#15250)
1 parent 8547f54 commit 52a7626

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/ai-ide/src/browser/ai-configuration/ai-configuration-preferences.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@ export const AiConfigurationPreferences: PreferenceSchema = {
2828
'ai-features.agentSettings.details': {
2929
type: 'null',
3030
markdownDescription: nls.localize('theia/ai/ide/agent-description',
31-
'Additional settings for AI agents can be configured using the [AI Configuration View]({0}).',
31+
'Configure AI agent settings including enablement, LLM selection, prompt template customization, and custom agent creation in the [AI Configuration View]({0}).',
3232
'command:aiConfiguration:open'
3333
)
3434
},
3535
'ai-features.promptTemplates.details': {
3636
type: 'null',
3737
markdownDescription: nls.localize('theia/ai/ide/prompt-template-description',
38-
'Additional AI prompt template settings can be configured using the [AI Configuration View]({0}).',
38+
'Select prompt variants and customize prompt templates for AI agents in the [AI Configuration View]({0}).',
3939
'command:aiConfiguration:open'
4040
)
4141
},
42-
'ai-features.models.details': {
42+
'ai-features.modelSelection.details': {
4343
type: 'null',
44-
markdownDescription: nls.localize('theia/ai/ide/prompt-template-description',
45-
'Additional settings for AI models can be configured using the [AI Configuration View]({0}).',
44+
markdownDescription: nls.localize('theia/ai/ide/model-selection-description',
45+
'Choose which Large Language Models (LLMs) are used by each AI agent in the [AI Configuration View]({0}).',
4646
'command:aiConfiguration:open'
4747
)
4848
}

0 commit comments

Comments
 (0)