Skip to content

Commit 9152349

Browse files
authored
Update README.md
1 parent 47f66ae commit 9152349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var evalService = new EvalService(kernel);
4343
var coherenceInput = InputModel.CoherenceModel("This is the answer to evaluate.", "This is the question or prompt that generated the answer");
4444

4545
// Execute the evaluation
46-
var result = await evalService.ExecuteEval(inputModel);
46+
var result = await evalService.ExecuteEval(coherenceInput);
4747

4848

4949
Console.WriteLine($"Evaluation score: {result.Score}");

0 commit comments

Comments
 (0)