Codex.StreamEvent.AgentUpdated (Codex SDK v0.16.1)

Copy Markdown View Source

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

Summary

Types

t()

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