From fdca5db2805f8ba0ca07f9b89c295245d5a3b478 Mon Sep 17 00:00:00 2001 From: Kevin Cheung Date: Fri, 3 May 2024 15:36:24 -0700 Subject: [PATCH] Update evaluation.md - typo --- docs/evaluation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/evaluation.md b/docs/evaluation.md index e326ab876e..0c24288cc9 100644 --- a/docs/evaluation.md +++ b/docs/evaluation.md @@ -72,7 +72,7 @@ Genkit supports additional evaluators through plugins: ## Advanced use -`eval:flow` is a convenient way quickly evaluate the flow, but sometimes you +`eval:flow` is a convenient way to quickly evaluate the flow, but sometimes you might need more control over evaluation steps. This may occur if you are using a different framework and already have some output you would like to evaluate. You can perform all the step that `eval:flow` performs semi-manually.