import { type FileObject } from "https://deno.land/x/openai@v4.19.0/resources/mod.ts";
The File
object represents a document that has been uploaded to OpenAI.
Properties
The intended purpose of the file. Supported values are fine-tune
,
fine-tune-results
, assistants
, and assistants_output
.
Deprecated. The current status of the file, which can be either uploaded
,
processed
, or error
.