mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #15221 from Security-Onion-Solutions/cogburn/compress-context
CompressContextPrompt
This commit is contained in:
@@ -2552,6 +2552,7 @@ soc:
|
|||||||
assistant:
|
assistant:
|
||||||
enabled: false
|
enabled: false
|
||||||
investigationPrompt: Investigate Alert ID {socId}
|
investigationPrompt: Investigate Alert ID {socId}
|
||||||
|
compressContextPrompt: Summarize the conversation for context compaction
|
||||||
thresholdColorRatioLow: 0.5
|
thresholdColorRatioLow: 0.5
|
||||||
thresholdColorRatioMed: 0.75
|
thresholdColorRatioMed: 0.75
|
||||||
thresholdColorRatioMax: 1
|
thresholdColorRatioMax: 1
|
||||||
|
|||||||
@@ -606,6 +606,9 @@ soc:
|
|||||||
investigationPrompt:
|
investigationPrompt:
|
||||||
description: Prompt given to Onion AI when beginning an investigation.
|
description: Prompt given to Onion AI when beginning an investigation.
|
||||||
global: True
|
global: True
|
||||||
|
compressContextPrompt:
|
||||||
|
description: Prompt given to Onion AI when summarizing a conversation in order to compress context.
|
||||||
|
global: True
|
||||||
thresholdColorRatioLow:
|
thresholdColorRatioLow:
|
||||||
description: Lower visual context color change threshold.
|
description: Lower visual context color change threshold.
|
||||||
global: True
|
global: True
|
||||||
|
|||||||
Reference in New Issue
Block a user