File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments