judgeval
Version:
Judgment SDK for TypeScript/JavaScript
11 lines • 1.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ReasonSchema = exports.VerdictsSchema = exports.HallucinationVerdictSchema = exports.HallucinationTemplate = exports.HallucinationScorer = void 0;
var hallucination_js_1 = require("./hallucination.js");
Object.defineProperty(exports, "HallucinationScorer", { enumerable: true, get: function () { return hallucination_js_1.HallucinationScorer; } });
var prompts_js_1 = require("./prompts.js");
Object.defineProperty(exports, "HallucinationTemplate", { enumerable: true, get: function () { return prompts_js_1.HallucinationTemplate; } });
Object.defineProperty(exports, "HallucinationVerdictSchema", { enumerable: true, get: function () { return prompts_js_1.HallucinationVerdictSchema; } });
Object.defineProperty(exports, "VerdictsSchema", { enumerable: true, get: function () { return prompts_js_1.VerdictsSchema; } });
Object.defineProperty(exports, "ReasonSchema", { enumerable: true, get: function () { return prompts_js_1.ReasonSchema; } });
//# sourceMappingURL=index.js.map