# `Codex.Events.FileChangeOutputDelta`
[🔗](https://github.com/nshkrdotcom/codex_sdk/blob/v0.16.1/lib/codex/events.ex#L220)

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

# `t`

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

---

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