Skip to content

InspectGraphRAGStoreRequest

Example Usage

typescript
import { InspectGraphRAGStoreRequest } from "@meetkai/mka1/models/operations";

let value: InspectGraphRAGStoreRequest = {
  storeName: "<value>",
};

Fields

FieldTypeRequiredDescription
storeNamestring✔️N/A
entitystringN/A
limitnumberN/A
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.