From 90f699fb4dd87ff22c9534dca9d9a85bfea91f18 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Thu, 11 Sep 2025 10:41:50 -0700 Subject: [PATCH 1/3] add more info about installing local tools --- docs/ai/tutorials/evaluate-with-reporting.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ai/tutorials/evaluate-with-reporting.md b/docs/ai/tutorials/evaluate-with-reporting.md index 9f5da35e83a77..07d03f791bf7e 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 From 9650ce4f145ad6b92d16543fe6b3ac5f966289a7 Mon Sep 17 00:00:00 2001 From: "Meaghan Osagie (Lewis)" Date: Thu, 11 Sep 2025 11:49:00 -0700 Subject: [PATCH 2/3] Update docs/ai/tutorials/evaluate-with-reporting.md --- docs/ai/tutorials/evaluate-with-reporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ai/tutorials/evaluate-with-reporting.md b/docs/ai/tutorials/evaluate-with-reporting.md index 07d03f791bf7e..fe89f7fb00796 100644 --- a/docs/ai/tutorials/evaluate-with-reporting.md +++ b/docs/ai/tutorials/evaluate-with-reporting.md @@ -155,7 +155,7 @@ 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] + > [!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: From 0612bae3414a6a1428ea526be4e18986e2cefd91 Mon Sep 17 00:00:00 2001 From: "Meaghan Osagie (Lewis)" Date: Thu, 11 Sep 2025 11:49:07 -0700 Subject: [PATCH 3/3] Update docs/ai/tutorials/evaluate-with-reporting.md --- docs/ai/tutorials/evaluate-with-reporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ai/tutorials/evaluate-with-reporting.md b/docs/ai/tutorials/evaluate-with-reporting.md index fe89f7fb00796..63df72c5f3ff3 100644 --- a/docs/ai/tutorials/evaluate-with-reporting.md +++ b/docs/ai/tutorials/evaluate-with-reporting.md @@ -156,7 +156,7 @@ Run the test using your preferred test workflow, for example, by using the CLI c ``` > [!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). + > 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: