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