import { type FileDeleteResponse } from "https://deno.land/x/openai@v4.24.3/resources/beta/assistants/files.ts";
Deletes the association between the assistant and the file, but does not delete the File object itself.
x/openai/resources/beta/assistants/files.ts>FileDeleteResponse
import { type FileDeleteResponse } from "https://deno.land/x/openai@v4.24.3/resources/beta/assistants/files.ts";
Deletes the association between the assistant and the file, but does not delete the File object itself.