View Source ExOpenAI.Components.ThreadObject (ex_openai.ex v1.5.1)

Schema representing a ThreadObject within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ThreadObject{
  created_at: integer(),
  id: String.t(),
  metadata: map(),
  object: :thread
}