OpenAI.Engine (oapi_oai v0.2.1)

Provides struct and type for Engine

Link to this section Summary

Link to this section Types

@type t() :: %OpenAI.Engine{
  created: integer() | nil,
  id: String.t(),
  object: String.t(),
  ready: boolean()
}