Schema representing a ChatCompletionMessageToolCall within the OpenAI API
@type t() :: %ExOpenAI.Components.ChatCompletionMessageToolCall{ function: %{arguments: String.t(), name: String.t()}, id: String.t(), type: :function }