Class AzureOpenAiChatClient

java.lang.Object
org.springframework.ai.azure.openai.AzureOpenAiChatClient
All Implemented Interfaces:
ChatClient, StreamingChatClient, ModelClient<Prompt,ChatResponse>, StreamingModelClient<Prompt,ChatResponse>

public class AzureOpenAiChatClient extends Object implements ChatClient, StreamingChatClient
ChatClient implementation for Microsoft Azure AI backed by OpenAIClient.
Author:
Mark Pollack, Ueibin Kim, John Blum, Christian Tzolov
See Also: