Request payload to unload model weights and end the session.
Convenience constructor.
@type t() :: %Tinkex.Types.UnloadModelRequest{model_id: String.t(), type: String.t()}
@spec new(String.t()) :: t()