Noizu.OpenAI.Thread (Noizu Labs: OpenAI v0.1.3)

Represents a thread that contains messages.

Link to this section Summary

Link to this section Types

@type t() :: %Noizu.OpenAI.Thread{
  created_at: integer(),
  id: String.t(),
  metadata: map(),
  object: String.t()
}

Link to this section Functions