From 3a38886345615a50a7f47ec7ec662918a1e81f9f Mon Sep 17 00:00:00 2001 From: Corey Ogburn Date: Wed, 12 Nov 2025 15:02:42 -0700 Subject: [PATCH] CompressContextPrompt --- salt/soc/defaults.yaml | 1 + salt/soc/soc_soc.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/salt/soc/defaults.yaml b/salt/soc/defaults.yaml index f95456924..dfdbea86f 100644 --- a/salt/soc/defaults.yaml +++ b/salt/soc/defaults.yaml @@ -2552,6 +2552,7 @@ soc: assistant: enabled: false investigationPrompt: Investigate Alert ID {socId} + compressContextPrompt: Summarize the conversation so far for context preservation thresholdColorRatioLow: 0.5 thresholdColorRatioMed: 0.75 thresholdColorRatioMax: 1 diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index 8a31c977d..3013c62c2 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -606,6 +606,9 @@ soc: investigationPrompt: description: Prompt given to Onion AI when beginning an investigation. global: True + compressContextPrompt: + description: Prompt given to Onion AI when summarizing a conversation in order to compress context. + global: True thresholdColorRatioLow: description: Lower visual context color change threshold. global: True