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

    Type Alias OrchestrationCallOptions

    OrchestrationCallOptions: Pick<
        BaseChatModelCallOptions,
        | "stop"
        | "signal"
        | "timeout"
        | "callbacks"
        | "metadata"
        | "runId"
        | "runName"
        | "tags"
        | "ls_structured_output_format",
    > & {
        customRequestConfig?: CustomRequestConfig;
        placeholderValues?: Record<string, string>;
        promptIndex?: number;
        responseFormat?:
            | ResponseFormatText
            | ResponseFormatJsonObject
            | ResponseFormatJsonSchema;
        streamOptions?: StreamOptions;
        strict?: boolean;
        tools?: ChatOrchestrationToolType[];
    }

    Options for an orchestration call.

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