import { type FileObject } from "https://deno.land/x/openai@v4.33.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
.