Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
isahers1 committed Nov 8, 2024
1 parent e02f3df commit df2c0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/tests/llm_evaluator.int.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ test("llm evaluator can evaluate runs", async () => {
const firstResult = evalRes.results[0];

const evaluation = firstResult.evaluationResults.results[0];
console.log("FIRST", firstResult)
console.log("FIRST", firstResult.evaluationResults.results)
expect(evaluation.key).toBe("vagueness");
expect(["Y", "N"]).toContain(evaluation.value);
expect(evaluation.comment).toBeDefined();
Expand Down

0 comments on commit df2c0a5

Please sign in to comment.