Uses of Class
com.azure.ai.openai.models.ChatCompletionsResponseFormat
Packages that use ChatCompletionsResponseFormat
-
Uses of ChatCompletionsResponseFormat in com.azure.ai.openai.models
Subclasses of ChatCompletionsResponseFormat in com.azure.ai.openai.modelsModifier and TypeClassDescriptionfinal classA response format for Chat Completions that restricts responses to emitting valid JSON objects.final classA response format for Chat Completions that restricts responses to emitting JSON that conforms to a provided JSON Schema for Structured Outputs.final classThe standard Chat Completions response format that can freely generate text and is not guaranteed to produce response content that adheres to a specific schema.Methods in com.azure.ai.openai.models that return ChatCompletionsResponseFormatModifier and TypeMethodDescriptionChatCompletionsResponseFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ChatCompletionsResponseFormat from the JsonReader.ChatCompletionsOptions.getResponseFormat()Get the responseFormat property: An object specifying the format that the model must output.Methods in com.azure.ai.openai.models with parameters of type ChatCompletionsResponseFormatModifier and TypeMethodDescriptionChatCompletionsOptions.setResponseFormat(ChatCompletionsResponseFormat responseFormat) Set the responseFormat property: An object specifying the format that the model must output.