Normalized representation of a tool call requested by the model.
@type t() :: %AttractorEx.Agent.ToolCall{ arguments: map() | String.t(), id: String.t() | nil, name: String.t() }