Uses of Class
com.azure.ai.inference.models.ChatChoice
Packages that use ChatChoice
-
Uses of ChatChoice in com.azure.ai.inference.models
Methods in com.azure.ai.inference.models that return ChatChoiceModifier and TypeMethodDescriptionstatic ChatChoiceChatChoice.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ChatChoice from the JsonReader.ChatCompletions.getChoice()Get the choice property: The chat choice associated with this completion response.Methods in com.azure.ai.inference.models that return types with arguments of type ChatChoiceModifier and TypeMethodDescriptionChatCompletions.getChoices()Get the choices property: The collection of completions choices associated with this completions response.