Provides struct and type for a Response.Function.ToolCall
@type t() :: %OpenAi.Response.Function.ToolCall{ arguments: String.t(), call_id: String.t(), id: String.t() | nil, name: String.t(), status: String.t() | nil, type: String.t() }