Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Dec 20, 2024
1 parent ab88bdb commit c89659e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/src/evaluation/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Evaluation methods
export { RunEvaluator, EvaluationResult } from "./evaluator.js";
export { RunEvaluator } from "./evaluator.js";
export {
StringEvaluator,
GradingFunctionParams,
Expand All @@ -12,6 +12,6 @@ export {
type DataT,
type SummaryEvaluatorT,
type EvaluatorT,
type ExperimentResultRow,
} from "./_runner.js";
export { EvaluationResult, type EvaluationResults } from "../schemas.js";
export { evaluateComparative } from "./evaluate_comparative.js";

0 comments on commit c89659e

Please sign in to comment.