From a127ef57140109c0eead9181408c41829e2ff15b Mon Sep 17 00:00:00 2001 From: Corey Ogburn Date: Mon, 24 Aug 2026 14:09:25 -0600 Subject: [PATCH] Show Toggle in UI Must specify bool fields with `forcedType: bool` in order for them to render as toggles in the UI. --- salt/soc/soc_soc.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index 5fef5eded..b329b736b 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -848,9 +848,11 @@ soc: useMemory: description: Enables the Memory system for OnionAI global: True + forcedType: bool useMemoryScanner: description: Enables the memory scanner for automatic memory extraction from historical sessions. global: True + forcedType: bool memoryScanIntervalSeconds: description: How long to wait in seconds between attempts to scan sessions for new memories. global: True @@ -878,6 +880,7 @@ soc: embedModel: description: The model to use when embedding a memory as a vector. Note that only memories embedded using the same model may be compared and only memories created with the model specified here will be considered when informing an agent of existing memories. global: True + advanced: True reconcileModel: description: The model to use when reconciling memories that contain nearly the same content. global: True