# `Codex.StreamEvent.AgentUpdated`
[🔗](https://github.com/nshkrdotcom/codex_sdk/blob/v0.16.1/lib/codex/stream_event.ex#L15)

Signals that the agent or run configuration was updated for this stream.

# `t`

```elixir
@type t() :: %Codex.StreamEvent.AgentUpdated{
  agent: Codex.Agent.t() | nil,
  run_config: Codex.RunConfig.t() | nil
}
```

---

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