From e7e379ce82b429fc969b5a40159b21b6c600316d Mon Sep 17 00:00:00 2001 From: Corey Ogburn Date: Thu, 12 Feb 2026 13:19:57 -0700 Subject: [PATCH] Config Tweaks for AI Add missing adapter field to availableModels. Include call out to docs to help explain which fields are required for which adapters. TODO: update docs --- salt/soc/soc_soc.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index c735c0b6a..b2b168e0f 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -665,10 +665,11 @@ soc: global: True advanced: True adapters: - description: Configuration for AI adapters used by the Onion AI assistant. + description: Configuration for AI adapters used by the Onion AI assistant. Please see documentation for help on which fields are required for which protocols. global: True advanced: True forcedType: "[]{}" + helpLink: assistant.html syntax: json uiElements: - field: name @@ -755,6 +756,8 @@ soc: - field: lowBalanceColorAlert label: Low Balance Color Alert forcedType: int + - field: adapter + label: Adapter required: True - field: enabled label: Enabled