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

Copy Markdown View Source

Event emitted when an undo operation begins.

Summary

Types

t()

@type t() :: %Codex.Events.UndoStarted{
  message: String.t() | nil,
  turn_id: String.t() | nil
}