Uses of Class
com.azure.ai.openai.models.ChatChoiceLogProbabilityInfo
Packages that use ChatChoiceLogProbabilityInfo
-
Uses of ChatChoiceLogProbabilityInfo in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return ChatChoiceLogProbabilityInfoModifier and TypeMethodDescriptionstatic ChatChoiceLogProbabilityInfoChatChoiceLogProbabilityInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ChatChoiceLogProbabilityInfo from the JsonReader.ChatChoice.getLogprobs()Get the logprobs property: The log probability information for this choice, as enabled via the 'logprobs' request option.