agsamantha/node_modules/langchain/dist/prompts/selectors/LengthBasedExampleSelector.cjs

6 lines
355 B
JavaScript
Raw Normal View History

2024-10-02 15:15:21 -05:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LengthBasedExampleSelector = void 0;
var example_selectors_1 = require("@langchain/core/example_selectors");
Object.defineProperty(exports, "LengthBasedExampleSelector", { enumerable: true, get: function () { return example_selectors_1.LengthBasedExampleSelector; } });