Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionFor JSON output, you can replace `.responseFormat(new ChatCompletionsJsonResponseFormat())` with a `JsonSchema` in the `ResponseFormat`. You can then use `.strictJsonSchema(true)`to force JSON schema adherence.Please use
AzureOpenAiStreamingChatModel.Builder.openAIAsyncClient(OpenAIAsyncClient)instead, if you require response streaming. Please useAzureOpenAiChatModelinstead, if you require sync responses.If you want to continue using sync client, useAzureOpenAiChatModelinstead.
-
Deprecated ClassesClassDescription
-
Deprecated MethodsMethodDescriptionFor JSON output, you can replace `.responseFormat(new ChatCompletionsJsonResponseFormat())` with a `JsonSchema` in the `ResponseFormat`. You can then use `.strictJsonSchema(true)`to force JSON schema adherence.Please use
AzureOpenAiStreamingChatModel.Builder.openAIAsyncClient(OpenAIAsyncClient)instead, if you require response streaming. Please useAzureOpenAiChatModelinstead, if you require sync responses.If you want to continue using sync client, useAzureOpenAiChatModelinstead.