GetVectorStoreFileBatchRequest
Example Usage
typescript
import { GetVectorStoreFileBatchRequest } from "@meetkai/mka1/models/operations";
let value: GetVectorStoreFileBatchRequest = {
vectorStoreId: "vs_abc123",
batchId: "vsfb_abc123",
};Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
vectorStoreId | string | ✔️ | N/A | vs_abc123 |
batchId | string | ✔️ | N/A | vsfb_abc123 |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |