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

Copy Markdown View Source

Event delta emitted while a command execution is producing output.

Summary

Types

t()

@type t() :: %Codex.Events.CommandOutputDelta{
  delta: String.t(),
  item_id: String.t(),
  thread_id: String.t() | nil,
  turn_id: String.t() | nil
}