Schema representing a BatchRequestOutput within the OpenAI API
@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 }