View Source ExOpenAI.Components.InputMessageResource (ex_openai.ex v1.8.0)

Schema representing a InputMessageResource within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.InputMessageResource{
  id: String.t(),
  status: (:incomplete | :completed | :in_progress) | nil,
  type: :message | nil
}