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