We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f66ae commit 9152349Copy full SHA for 9152349
README.md
@@ -43,7 +43,7 @@ var evalService = new EvalService(kernel);
43
var coherenceInput = InputModel.CoherenceModel("This is the answer to evaluate.", "This is the question or prompt that generated the answer");
44
45
// Execute the evaluation
46
-var result = await evalService.ExecuteEval(inputModel);
+var result = await evalService.ExecuteEval(coherenceInput);
47
48
49
Console.WriteLine($"Evaluation score: {result.Score}");
0 commit comments