InspectGraphRAGStoreRequest
Example Usage
typescript
import { InspectGraphRAGStoreRequest } from "@meetkai/mka1/models/operations";
let value: InspectGraphRAGStoreRequest = {
storeName: "<value>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
storeName | string | ✔️ | N/A |
entity | string | ➖ | N/A |
limit | number | ➖ | N/A |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |