Class AzureOpenAiChatOptions

java.lang.Object
org.springframework.ai.azure.openai.AzureOpenAiChatOptions
All Implemented Interfaces:
ChatOptions, FunctionCallingOptions, ModelOptions, ToolCallingChatOptions

public class AzureOpenAiChatOptions extends Object implements ToolCallingChatOptions
The configuration information for a chat completions request. Completions support a wide variety of tasks and generate text that continues from or "completes" provided prompt data.
Author:
Christian Tzolov, Thomas Vitale, Soby Chacko, Ilayaperumal Gopinathan