Packages

Elixir client for the Pi coding agent RPC protocol.

Current section

Files

Jump to
pi_ex lib pi_ex command switch_session.ex
Raw

lib/pi_ex/command/switch_session.ex

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