Spatio.Model.ExecuteActionResponse (spatio_sdk v0.0.2)

Generic action-execute result envelope. Tool-specific shape lives in data.

Summary

Types

t()

@type t() :: %Spatio.Model.ExecuteActionResponse{
  data: %{optional(String.t()) => any()} | nil,
  error: String.t() | nil,
  ok: boolean() | nil
}

Functions

decode(value)