Package com.azure.ai.openai.models
Class ChatCompletionsTextResponseFormat
java.lang.Object
com.azure.ai.openai.models.ChatCompletionsResponseFormat
com.azure.ai.openai.models.ChatCompletionsTextResponseFormat
The standard Chat Completions response format that can freely generate text and is not guaranteed to produce
response
content that adheres to a specific schema.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ChatCompletionsTextResponseFormat class. -
Method Summary
-
Constructor Details
-
ChatCompletionsTextResponseFormat
public ChatCompletionsTextResponseFormat()Creates an instance of ChatCompletionsTextResponseFormat class.
-