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

    Type Alias AzureOpenAiChatCallOptions

    AzureOpenAiChatCallOptions: BaseChatModelCallOptions & Pick<
        AzureOpenAiChatCompletionParameters,
        | "data_sources"
        | "n"
        | "seed"
        | "logprobs"
        | "top_logprobs"
        | "response_format"
        | "tool_choice"
        | "functions"
        | "function_call",
    > & {
        promptIndex?: number;
        requestConfig?: CustomRequestConfig;
        strict?: boolean;
        tools?: ChatAzureOpenAIToolType[];
    }

    Call options for the AzureOpenAiChatClient.

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