diff --git a/docs/ai/tutorials/evaluate-with-reporting.md b/docs/ai/tutorials/evaluate-with-reporting.md index 9f5da35e83a77..63df72c5f3ff3 100644 --- a/docs/ai/tutorials/evaluate-with-reporting.md +++ b/docs/ai/tutorials/evaluate-with-reporting.md @@ -155,6 +155,9 @@ Run the test using your preferred test workflow, for example, by using the CLI c dotnet tool install --local Microsoft.Extensions.AI.Evaluation.Console ``` + > [!TIP] + > You might need to create a manifest file first. For more information about that and installing local tools, see [Local tools](../../core/tools/dotnet-tool-install.md#local-tools). + 1. Generate a report by running the following command: ```dotnetcli