Request to save model weights as a checkpoint.
Mirrors Python tinker.types.SaveWeightsRequest.
@type t() :: %Tinkex.Types.SaveWeightsRequest{ model_id: String.t(), path: String.t() | nil, seq_id: integer() | nil, type: String.t() }