diff --git a/docs/plugin-authoring-evaluator.md b/docs/plugin-authoring-evaluator.md index 55b1c5297..11f8a9eef 100644 --- a/docs/plugin-authoring-evaluator.md +++ b/docs/plugin-authoring-evaluator.md @@ -265,7 +265,7 @@ export function myAwesomeEval( case DELICIOUSNESS: // This evaluator requires an LLM as judge return createDeliciousnessEvaluator(judge, judgeConfig); - case WORD_COUNT: + case US_PHONE_REGEX_MATCH: // This evaluator does not require an LLM return createWordCountEvaluator(); }