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

    Type Alias LangChainOrchestrationChatModelParams

    LangChainOrchestrationChatModelParams: BaseChatModelParams & {
        streaming?: boolean;
    }

    Langchain parameters for OrchestrationClient constructor langchainOptions argument.

    Type Declaration

    • Optionalstreaming?: boolean

      Whether the model should automatically stream responses when using invoke(). If disableStreaming is set to true, this option will be ignored. If streaming is explicitly set to false, disableStreaming will be set to true.

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