InspectGraphRAGStoreRequest
Example Usage
typescript
import { InspectGraphRAGStoreRequest } from "@meetkai/mka1/models/operations";
let value: InspectGraphRAGStoreRequest = {
storeName: "<value>",
xApiKeyId: "<id>",
xUserId: "<id>",
xExchangeJwtExternalUserId: "<id>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
storeName | string | ✔️ | N/A |
entity | string | ➖ | N/A |
limit | number | ➖ | N/A |
xApiKeyId | string | ✔️ | N/A |
xUserId | string | ✔️ | N/A |
xExchangeJwtExternalUserId | string | ✔️ | N/A |