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

Schema representing a BatchRequestInput within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.BatchRequestInput{
  custom_id: String.t() | nil,
  method: :POST | nil,
  url: String.t() | nil
}