GetVectorStoreFileContentRequest
Example Usage
typescript
import { GetVectorStoreFileContentRequest } from "@meetkai/mka1/models/operations";
let value: GetVectorStoreFileContentRequest = {
vectorStoreId: "<id>",
fileId: "<id>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
vectorStoreId | string | ✔️ | N/A |
fileId | string | ✔️ | N/A |