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

    Interface RequestOptions

    Request options for orchestration.

    interface RequestOptions {
        request?: ChatCompletionRequest;
        requestConfig?: CustomRequestConfig;
        stream?: boolean;
        streamOptions?: StreamOptions;
    }
    Index

    Properties

    Prompt configuration.

    requestConfig?: CustomRequestConfig

    Custom request configuration.

    stream?: boolean

    Whether to stream the response.

    streamOptions?: StreamOptions

    Options for the stream.

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