UNPKG

mongodb-rag-core

Version:

Common elements used by MongoDB Chatbot Framework components.

9 lines 263 B
import { Page } from "./Page"; /** Returns a query filter that represents a unique page in the system. */ export declare const pageIdentity: ({ url, sourceName }: Page) => { url: string; sourceName: string; }; //# sourceMappingURL=pageIdentity.d.ts.map