Codex.Events.ThreadRealtimeTranscriptDone (Codex SDK v0.17.0)

Copy Markdown View Source

Event emitted when thread realtime completes a transcript chunk.

Summary

Types

t()

@type t() :: %Codex.Events.ThreadRealtimeTranscriptDone{
  role: String.t(),
  text: String.t(),
  thread_id: String.t()
}