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