mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-07-22 00:35:42 +02:00
Map default agents to model displayName, not id
agentMapping values are model displayNames (the canonical selector); the stock config used the model id, which only resolved via the legacy id@adapter fallback. Use the Claude Sonnet displayName so agent-to-model resolution matches the documented contract.
This commit is contained in:
@@ -1530,9 +1530,9 @@ soc:
|
||||
healthTimeoutSeconds: 5
|
||||
agentic: false
|
||||
agentMapping:
|
||||
Orchestrator: sonnet
|
||||
Investigator: sonnet
|
||||
Detection Engineer: sonnet
|
||||
Orchestrator: Claude Sonnet
|
||||
Investigator: Claude Sonnet
|
||||
Detection Engineer: Claude Sonnet
|
||||
onionconfig:
|
||||
saltstackDir: /opt/so/saltstack
|
||||
bypassEnabled: false
|
||||
|
||||
Reference in New Issue
Block a user