Codex.Events.TurnDiffUpdated (Codex SDK v0.6.0)

Copy Markdown View Source

Event emitted when the app-server publishes a turn diff update.

Summary

Types

t()

@type t() :: %Codex.Events.TurnDiffUpdated{
  diff: String.t() | map(),
  thread_id: String.t() | nil,
  turn_id: String.t() | nil
}