Merge pull request #15221 from Security-Onion-Solutions/cogburn/compress-context

CompressContextPrompt
This commit is contained in:
coreyogburn
2025-11-13 14:33:56 -07:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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