Package com.azure.ai.openai.models
Class ChatCompletionsJsonResponseFormat
java.lang.Object
com.azure.ai.openai.models.ChatCompletionsResponseFormat
com.azure.ai.openai.models.ChatCompletionsJsonResponseFormat
A response format for Chat Completions that restricts responses to emitting valid JSON objects.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ChatCompletionsJsonResponseFormat class. -
Method Summary
-
Constructor Details
-
ChatCompletionsJsonResponseFormat
public ChatCompletionsJsonResponseFormat()Creates an instance of ChatCompletionsJsonResponseFormat class.
-