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

Represents an execution run on a thread.

Link to this section Summary

Link to this section Types

@type t() :: %Noizu.OpenAI.Run{
  assistant_id: String.t(),
  cancelled_at: integer() | nil,
  completed_at: integer() | nil,
  created_at: integer(),
  expires_at: integer(),
  failed_at: integer() | nil,
  file_ids: [String.t()],
  id: String.t(),
  instructions: String.t() | nil,
  last_error: map() | nil,
  metadata: map(),
  model: String.t(),
  object: String.t(),
  required_action: map() | nil,
  started_at: integer() | nil,
  status: String.t(),
  thread_id: String.t(),
  tools: [map()]
}

Link to this section Functions