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