Packages

Elixir client for the Pi coding agent RPC protocol.

Current section

Files

Jump to
pi_ex lib pi_ex command abort_retry.ex
Raw

lib/pi_ex/command/abort_retry.ex

defmodule PiEx.Command.AbortRetry do
@moduledoc false
defstruct [:id]
@type t :: %__MODULE__{id: String.t() | nil}
end