SAP AI SDK for JavaScript - v2.11.0
    Preparing search index...

    Type Alias LangChainOrchestrationModuleConfigList

    LangChainOrchestrationModuleConfigList: [
        LangChainOrchestrationModuleConfig,
        ...LangChainOrchestrationModuleConfig[],
    ]

    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' }
    }
    }
    ];

    Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.