UNPKG

@vfarcic/dot-ai

Version:

AI-powered development productivity platform that enhances software development workflows through intelligent automation and AI-driven assistance

11 lines (10 loc) 349 B
"use strict"; /** * Standard Evaluator Interface Following OpenAI Evals Pattern * * Based on OpenAI Evals framework standards: * - Each evaluator has a name and description * - evaluate() method takes input, output, and optional ideal * - Returns standardized EvaluationScore */ Object.defineProperty(exports, "__esModule", { value: true });