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

Schema representing a PredictionContent within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.PredictionContent{
  content:
    [ExOpenAI.Components.ChatCompletionRequestMessageContentPartText.t()]
    | String.t(),
  type: :content
}