Skip to main content
Module

x/openai/resources/mod.ts>UploadCompleteParams

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface UploadCompleteParams
import { type UploadCompleteParams } from "https://deno.land/x/openai@v4.53.2/resources/mod.ts";

Properties

part_ids: Array<string>

The ordered list of Part IDs.

optional
md5: string

The optional md5 checksum for the file contents to verify if the bytes uploaded matches what you expect.