Add handler for workflow selection mode changes to SettingsPanel

This commit is contained in:
2026-06-15 20:27:25 +02:00
parent 8519b2feca
commit 443b546ad5

View File

@@ -32,6 +32,7 @@ export function SettingsPanel({
onTranscriptionModelChange,
onVisionModelChange,
onWorkflowRouterModelChange,
onWorkflowSelectionModeChange,
searxEngines,
searxUrl,
setSearxEngines,
@@ -56,6 +57,7 @@ export function SettingsPanel({
onModelChange={onModelChange}
onVisionModelChange={onVisionModelChange}
onWorkflowRouterModelChange={onWorkflowRouterModelChange}
onWorkflowSelectionModeChange={onWorkflowSelectionModeChange}
onTranscriptionModelChange={onTranscriptionModelChange}
onLibrariesPurged={onLibrariesPurged}
/>