Tool-call payload passed to plugin tool_call callbacks.
@type t() :: %Vibe.Tool.PluginCall{args: map(), name: atom()}
@spec new(atom(), map()) :: t()