Uses of Class
com.azure.ai.inference.models.ChatCompletionsResponseFormat
Packages that use ChatCompletionsResponseFormat
-
Uses of ChatCompletionsResponseFormat in com.azure.ai.inference.models
Subclasses of ChatCompletionsResponseFormat in com.azure.ai.inference.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 valid JSON objects, with a JSON schema specified by the caller.final classA response format for Chat Completions that emits text responses.Methods in com.azure.ai.inference.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.inference.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.