import { EmbeddedContent, References } from"mongodb-rag-core";
/**
Function that generates the references in the response to user.
*/exporttypeMakeReferenceLinksFunc = (chunks: EmbeddedContent[]) =>References;
//# sourceMappingURL=MakeReferenceLinksFunc.d.ts.map