Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/ai/tutorials/evaluate-with-reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down