ExBifrost.Model.CreateResponse200ResponseItemContentOneOfInner (ex_bifrost v0.1.0)

Copy Markdown View Source

CreateResponse200ResponseItemContentOneOfInner model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.CreateResponse200ResponseItemContentOneOfInner{
  annotations:
    [
      ExBifrost.Model.CreateResponse200ResponseItemContentOneOfInnerAnnotationsInner.t()
    ]
    | nil,
  cache_control: ExBifrost.Model.CacheControl.t() | nil,
  detail: String.t() | nil,
  file_data: String.t() | nil,
  file_id: String.t() | nil,
  file_type: String.t() | nil,
  file_url: String.t() | nil,
  filename: String.t() | nil,
  image_url: String.t() | nil,
  input_audio:
    ExBifrost.Model.CreateResponse200ResponseItemContentOneOfInnerInputAudio.t()
    | nil,
  logprobs:
    [
      ExBifrost.Model.CreateChatCompletion200ResponseChoicesInnerLogProbsContentInner.t()
    ]
    | nil,
  refusal: String.t() | nil,
  signature: String.t() | nil,
  text: String.t() | nil,
  type: String.t()
}

Functions

decode(value)