View Source OpenAi.Chat.Completion.Stream.CreateResponse.ChoiceLogprobs (OpenAI REST API Client v1.0.0)

Provides struct and type for a Chat.Completion.Stream.CreateResponse.ChoiceLogprobs

Summary

Types

@type t() :: %OpenAi.Chat.Completion.Stream.CreateResponse.ChoiceLogprobs{
  content: [OpenAi.Chat.Completion.TokenLogprob.t()] | nil,
  refusal: [OpenAi.Chat.Completion.TokenLogprob.t()] | nil
}