Class ChatChoiceLogProbabilityInfo

java.lang.Object
com.azure.ai.openai.models.ChatChoiceLogProbabilityInfo

public final class ChatChoiceLogProbabilityInfo extends Object
Log probability information for a choice, as requested via 'logprobs' and 'top_logprobs'.
  • Method Details

    • getContent

      public List<ChatTokenLogProbabilityResult> 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.