Class ChatCompletionsResponseFormat

java.lang.Object
com.azure.ai.openai.models.ChatCompletionsResponseFormat
Direct Known Subclasses:
ChatCompletionsJsonResponseFormat, ChatCompletionsTextResponseFormat

public class ChatCompletionsResponseFormat extends Object
An abstract representation of a response format configuration usable by Chat Completions. Can be used to enable JSON mode.
  • Constructor Details

    • ChatCompletionsResponseFormat

      public ChatCompletionsResponseFormat()
      Creates an instance of ChatCompletionsResponseFormat class.