Package com.azure.ai.openai.models
Class ChatChoiceLogProbabilityInfo
java.lang.Object
com.azure.ai.openai.models.ChatChoiceLogProbabilityInfo
Log probability information for a choice, as requested via 'logprobs' and 'top_logprobs'.
-
Method Summary
Modifier and TypeMethodDescriptionGet the content property: The list of log probability information entries for the choice's message content tokens, as requested via the 'logprobs' option.
-
Method Details
-
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.- Returns:
- the content value.
-