Spatio.Model.ExecuteActionResponse
(spatio_sdk v0.0.2)
Generic action-execute result envelope. Tool-specific shape lives in data.
Types
@type t() :: %Spatio.Model.ExecuteActionResponse{
data: %{optional(String.t()) => any()} | nil,
error: String.t() | nil,
ok: boolean() | nil
}