Show Toggle in UI

Must specify bool fields with `forcedType: bool` in order for them to render as toggles in the UI.
This commit is contained in:
Corey Ogburn
2026-08-24 14:09:37 -06:00
parent fcb889a30c
commit a127ef5714
+3
View File
@@ -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