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

Copy Markdown View Source

Event emitted when thread realtime startup is accepted.

Summary

Types

t()

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