From 0a55592d7e87360239bac92524171f0bc7f60fc5 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 26 Mar 2026 09:37:39 -0400 Subject: [PATCH] Make AI adapter settings visible Changed 'advanced' field from True to False for AI adapters and available models. --- salt/soc/soc_soc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index 8fcfaa3d1..73a781d84 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -669,7 +669,7 @@ soc: adapters: 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 + advanced: False forcedType: "[]{}" helpLink: onion-ai syntax: json @@ -734,7 +734,7 @@ soc: availableModels: description: List of AI models available for use in SOC as well as model specific warning thresholds. global: True - advanced: True + advanced: False forcedType: "[]{}" helpLink: onion-ai syntax: json