Skip to content

Commit cbaeba9

Browse files
authored
add more info about installing local tools (#48456)
1 parent 7a45966 commit cbaeba9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/ai/tutorials/evaluate-with-reporting.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ Run the test using your preferred test workflow, for example, by using the CLI c
155155
dotnet tool install --local Microsoft.Extensions.AI.Evaluation.Console
156156
```
157157

158+
> [!TIP]
159+
> 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).
160+
158161
1. Generate a report by running the following command:
159162

160163
```dotnetcli

0 commit comments

Comments
 (0)