Represents a tool call from the model.
@type t() :: %AI.Stream.Event.ToolCall{ arguments: String.t(), id: String.t(), name: String.t() }