Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.33 KB

getvectorstorefilerequest.md

File metadata and controls

19 lines (14 loc) · 1.33 KB

GetVectorStoreFileRequest

Example Usage

import { GetVectorStoreFileRequest } from "argot-open-ai/models/operations";

let value: GetVectorStoreFileRequest = {
  vectorStoreId: "vs_abc123",
  fileId: "file-abc123",
};

Fields

Field Type Required Description Example
vectorStoreId string ✔️ The ID of the vector store that the file belongs to. vs_abc123
fileId string ✔️ The ID of the file being retrieved. file-abc123