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

    Interface OrchestrationRequestHeaders

    Service-specific headers for orchestration requests.

    AI-Resource-Group is configured via the deploymentConfig constructor parameter, not here.

    interface OrchestrationRequestHeaders {
        "AI-Object-Store-Secret-Name"?: string;
        "AI-Resource-Group"?: undefined;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    "AI-Object-Store-Secret-Name"?: string

    Name of the object store secret used by the feedback service.

    "AI-Resource-Group"?: undefined

    Use the deploymentConfig constructor parameter to set the resource group instead.

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