agsamantha/node_modules/langchain/dist/chains/combine_documents/index.cjs

6 lines
312 B
JavaScript
Raw Normal View History

2024-10-02 20:15:21 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.createStuffDocumentsChain = void 0;
var stuff_js_1 = require("./stuff.cjs");
Object.defineProperty(exports, "createStuffDocumentsChain", { enumerable: true, get: function () { return stuff_js_1.createStuffDocumentsChain; } });