The last error associated with this vector store file. Will be null
if there are no errors.
import { VectorStoreFileObjectLastError } from "argot-open-ai/models/components";
let value: VectorStoreFileObjectLastError = {
code: "invalid_file",
message: "<value>",
};
Field | Type | Required | Description |
---|---|---|---|
code |
components.VectorStoreFileObjectCode | ✔️ | One of server_error or rate_limit_exceeded . |
message |
string | ✔️ | A human-readable description of the error. |