Uses of Class
com.azure.ai.openai.models.ChatTokenLogProbabilityInfo
Packages that use ChatTokenLogProbabilityInfo
-
Uses of ChatTokenLogProbabilityInfo in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return ChatTokenLogProbabilityInfoModifier and TypeMethodDescriptionstatic ChatTokenLogProbabilityInfoChatTokenLogProbabilityInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ChatTokenLogProbabilityInfo from the JsonReader.Methods in com.azure.ai.openai.models that return types with arguments of type ChatTokenLogProbabilityInfoModifier and TypeMethodDescriptionChatTokenLogProbabilityResult.getTopLogprobs()Get the topLogprobs property: The list of most likely tokens and their log probability information, as requested via 'top_logprobs'.