View Source ExOpenAI.Components.LogProbProperties (ex_openai.ex v1.8.0)

Schema representing a LogProbProperties within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.LogProbProperties{
  bytes: [integer()],
  logprob: float(),
  token: String.t()
}