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