Non-empty list of orchestration module configurations for module fallback. The orchestration service will try each configuration in order until one succeeds.
const fallbackConfig: OrchestrationModuleConfigList = [ { promptTemplating: { model: { name: 'gpt-5.4', timeout: 5 } } }, { promptTemplating: { model: { name: 'gpt-5.4-nano' } } }]; Copy
const fallbackConfig: OrchestrationModuleConfigList = [ { promptTemplating: { model: { name: 'gpt-5.4', timeout: 5 } } }, { promptTemplating: { model: { name: 'gpt-5.4-nano' } } }];
Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.
Non-empty list of orchestration module configurations for module fallback. The orchestration service will try each configuration in order until one succeeds.