Uses of Class
com.azure.ai.openai.models.ChatTokenLogProbabilityResult
Packages that use ChatTokenLogProbabilityResult
-
Uses of ChatTokenLogProbabilityResult in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return ChatTokenLogProbabilityResultModifier and TypeMethodDescriptionChatTokenLogProbabilityResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ChatTokenLogProbabilityResult from the JsonReader.Methods in com.azure.ai.openai.models that return types with arguments of type ChatTokenLogProbabilityResultModifier and TypeMethodDescriptionChatChoiceLogProbabilityInfo.getContent()Get the content property: The list of log probability information entries for the choice's message content tokens, as requested via the 'logprobs' option.ChatChoiceLogProbabilityInfo.getRefusal()Get the refusal property: The list of log probability information entries for the choice's message refusal message tokens, as requested via the 'logprobs' option.