agsamantha/node_modules/langchain/dist/prompts/selectors/conditional.cjs
2024-10-02 15:15:21 -05:00

8 lines
814 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isChatModel = exports.isLLM = exports.ConditionalPromptSelector = exports.BasePromptSelector = void 0;
var example_selectors_1 = require("@langchain/core/example_selectors");
Object.defineProperty(exports, "BasePromptSelector", { enumerable: true, get: function () { return example_selectors_1.BasePromptSelector; } });
Object.defineProperty(exports, "ConditionalPromptSelector", { enumerable: true, get: function () { return example_selectors_1.ConditionalPromptSelector; } });
Object.defineProperty(exports, "isLLM", { enumerable: true, get: function () { return example_selectors_1.isLLM; } });
Object.defineProperty(exports, "isChatModel", { enumerable: true, get: function () { return example_selectors_1.isChatModel; } });