Skip to content

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Dec 5, 2024
1 parent b3b1b83 commit d8bf726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evalite/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ import { reportTrace } from "evalite/evals";

evalite("My Eval", {
data: async () => {
return [{ input: "Hello", output: "Hello World!" }];
return [{ input: "Hello", expected: "Hello World!" }];
},
task: async (input) => {
// Track the start time
Expand Down

0 comments on commit d8bf726

Please sign in to comment.