Merge pull request #15142 from Security-Onion-Solutions/cogburn/append-prompt

New Config Entries
This commit is contained in:
coreyogburn
2025-10-14 13:46:15 -06:00
committed by GitHub
2 changed files with 10 additions and 0 deletions

View File

@@ -1494,6 +1494,8 @@ soc:
assistant:
apiUrl: https://onionai.securityonion.net
healthTimeoutSeconds: 3
systemPromptAddendum: ""
systemPromptAddendumMaxLength: 50000
salt:
queueDir: /opt/sensoroni/queue
timeoutMs: 45000

View File

@@ -589,6 +589,14 @@ soc:
description: Timeout in seconds for the Onion AI health check.
global: True
advanced: True
systemPromptAddendum:
description: Additional context to provide to the AI assistant about this SOC deployment. This can include information about your environment, policies, or any other relevant details that can help the AI provide more accurate and tailored assistance. Long prompts may be shortened.
global: True
advanced: False
systemPromptAddendumMaxLength:
description: Maximum length of the system prompt addendum. Longer prompts will be truncated.
global: True
advanced: True
client:
assistant:
enabled: