Package com.azure.ai.openai.models
Class ChatCompletionsResponseFormat
java.lang.Object
com.azure.ai.openai.models.ChatCompletionsResponseFormat
- Direct Known Subclasses:
ChatCompletionsJsonResponseFormat,ChatCompletionsTextResponseFormat
An abstract representation of a response format configuration usable by Chat Completions. Can be used to enable JSON
mode.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ChatCompletionsResponseFormat class. -
Method Summary
-
Constructor Details
-
ChatCompletionsResponseFormat
public ChatCompletionsResponseFormat()Creates an instance of ChatCompletionsResponseFormat class.
-