Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 313 Bytes

vectorstorefileobjectobject.md

File metadata and controls

17 lines (11 loc) · 313 Bytes

VectorStoreFileObjectObject

The object type, which is always vector_store.file.

Example Usage

import { VectorStoreFileObjectObject } from "argot-open-ai/models/components";

let value: VectorStoreFileObjectObject = "vector_store.file";

Values

"vector_store.file"