View Source ExOpenAI.Components.BatchRequestOutput (ex_openai.ex v1.7.0)

Schema representing a BatchRequestOutput within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.BatchRequestOutput{
  custom_id: String.t() | nil,
  error: %{code: String.t(), message: String.t()} | nil,
  id: String.t() | nil,
  response: %{body: map(), request_id: String.t(), status_code: integer()} | nil
}