Provides struct and type for a Chat.Completion.Response.MessageFunctionCall
@type t() :: %OpenAi.Chat.Completion.Response.MessageFunctionCall{ arguments: String.t(), name: String.t() }