Codex.Events.ThreadRealtimeClosed (Codex SDK v0.14.0)

Copy Markdown View Source

Event emitted when thread realtime closes.

Summary

Types

t()

@type t() :: %Codex.Events.ThreadRealtimeClosed{
  reason: String.t() | nil,
  thread_id: String.t()
}