import { type VectorStoreFile } from "https://deno.land/x/openai@v4.69.0/resources/beta/vector-stores/files.ts";
const { LastError } = VectorStoreFile;
The last error associated with this vector store file. Will be null
if there
are no errors.
x/openai/resources/beta/vector-stores/files.ts>VectorStoreFile.LastError
import { type VectorStoreFile } from "https://deno.land/x/openai@v4.69.0/resources/beta/vector-stores/files.ts";
const { LastError } = VectorStoreFile;
The last error associated with this vector store file. Will be null
if there
are no errors.