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

    Interface BatchOutputResponseExperimental

    Response details for a single batch output line. This API is experimental and may change at any time without prior notice.

    interface BatchOutputResponse {
        body?: AzureOpenAiCreateChatCompletionResponse;
        request_id?: string;
        status_code: number;
    }
    Index

    Properties

    body?: AzureOpenAiCreateChatCompletionResponse

    The chat completion response body.

    request_id?: string

    Request ID assigned by the service.

    status_code: number

    HTTP status code of the response.

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