# `Codex.Events.ThreadRealtimeTranscriptDone`
[🔗](https://github.com/nshkrdotcom/codex_sdk/blob/v0.18.1/lib/codex/events.ex#L582)

Event emitted when thread realtime completes a transcript chunk.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
