You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/safety_evaluation.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ When deploying a RAG app to production, you should evaluate the safety of the an
5
5
*[Deploy an Azure AI project](#deploy-an-azure-ai-project)
6
6
*[Setup the evaluation environment](#setup-the-evaluation-environment)
7
7
*[Run red teaming agent](#run-red-teaming-agent)
8
-
*[Review the red teaming results](#review-the-red-team-results)
8
+
*[Review the red teaming results](#review-the-red-teaming-results)
9
9
10
10
## Deploy an Azure AI project
11
11
@@ -90,9 +90,9 @@ In addition to the results in Azure AI Foundry, you can also review the results
90
90
91
91
Each file in this directory corresponds to a single red teaming scan, and contains the following fields:
92
92
93
-
*`redteaming_scorecard`: A summary of the scan results, including the attack success rate and the number of questions asked.
94
-
*`redteaming_parameters`: The parameters used for the scan, including the risk categories and attack strategies.
95
-
*`redteaming_data`: A list of the questions asked during the scan, along with the answers received from your app.
93
+
*`scorecard`: A summary of the scan results, including the attack success rate and the number of questions asked.
94
+
*`parameters`: The parameters used for the scan, including the risk categories and attack strategies.
95
+
*`attack_details`: A list of the questions asked during the scan, along with the answers received from your app.
96
96
*`studio_url`: A link to the Azure AI Foundry studio where you can view the results in more detail.
97
97
98
98
Learn more in the [Red Teaming Agent documentation](https://learn.microsoft.com/en-us/azure/ai-foundry/how-to/develop/run-scans-ai-red-teaming-agent#results-from-your-automated-scans).
0 commit comments