import { type UploadPart } from "https://deno.land/x/openai@v4.60.0/resources/uploads/mod.ts";
The upload Part represents a chunk of bytes we can add to an Upload object.
x/openai/resources/uploads/mod.ts>UploadPart
import { type UploadPart } from "https://deno.land/x/openai@v4.60.0/resources/uploads/mod.ts";
The upload Part represents a chunk of bytes we can add to an Upload object.