Skip to content

Commit 85be796

Browse files
committed
docs: update README diagnostic and quick fix descriptions for language model
1 parent 6f6d045 commit 85be796

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Real-time validation of your configuration files. Click any diagnostic code to v
175175
| `invalidSchema` | Schema version doesn't match installed Dev Proxy |
176176
| `invalidConfigSection` | Config section not used by any plugin |
177177
| `deprecatedPluginPath` | Using old plugin DLL path (pre-v0.29) |
178-
| `missingLanguageModel` | Plugin requires language model configuration |
178+
| `missingLanguageModel` | Plugin can use a local language model to enhance its output |
179179
| `noEnabledPlugins` | No plugins are enabled |
180180
| `reporterPosition` | Reporter plugin should be last |
181181
| `summaryWithoutReporter` | Summary plugin needs a reporter |
@@ -196,7 +196,7 @@ One-click fixes for common issues:
196196
- **Update schema** - Match schema to installed Dev Proxy version (config file or config sections)
197197
- **Update plugin path** - Fix deprecated `dev-proxy-plugins.dll` paths (single or all at once)
198198
- **Remove unknown property** - Remove properties not defined in config section schema
199-
- **Add languageModel configuration** - Enable language model for AI plugins
199+
- **Enable local language model** - Add language model configuration for plugins that support it
200200
- **Add plugin configuration** - Add optional config section for plugins that support it
201201
- **Add missing config section** - Create config section when plugin references one that doesn't exist
202202

0 commit comments

Comments
 (0)