diff --git a/salt/soc/defaults.yaml b/salt/soc/defaults.yaml index f95456924..b6a7afe79 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 for context compaction 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