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

Copy Markdown View Source

Event delta emitted while a file change stream is producing output.

Summary

Types

t()

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