From cb8e578ee0d3e68cb7af6ca247f37d79fa08a7b3 Mon Sep 17 00:00:00 2001 From: changliu2 <99364750+changliu2@users.noreply.github.com> Date: Tue, 29 Oct 2024 18:37:26 -0400 Subject: [PATCH] Update CHANGELOG.md One column name updated to "New `max_token` for Generation" in CHANGLOG.md --- sdk/evaluation/azure-ai-evaluation/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/evaluation/azure-ai-evaluation/CHANGELOG.md b/sdk/evaluation/azure-ai-evaluation/CHANGELOG.md index 8235e9440c85..ec35abaf57ee 100644 --- a/sdk/evaluation/azure-ai-evaluation/CHANGELOG.md +++ b/sdk/evaluation/azure-ai-evaluation/CHANGELOG.md @@ -69,7 +69,7 @@ outputs = asyncio.run(custom_simulator( - `RetrievalEvaluator` - The following evaluators will now have a new key in their result output including LLM reasoning behind the score. The new key will follow the pattern "_reason". The reasoning is the result of a more detailed prompt template being used to generate the LLM response. Note that this requires the maximum number of tokens used to run these evaluators to be increased. - | Evaluator | New Token Limit | + | Evaluator | New `max_token` for Generation | | --- | --- | | `CoherenceEvaluator` | 800 | | `RelevanceEvaluator` | 800 |