Skip to content

Commit 85c7554

Browse files
slister1001Copilot
andauthored
Update sdk/evaluation/azure-ai-evaluation/samples/red_team_samples.py
Co-authored-by: Copilot <[email protected]>
1 parent 8e0621e commit 85c7554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/evaluation/azure-ai-evaluation/samples/red_team_samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ async def custom_objectives_with_context_example(self):
526526
custom_objectives_path = "samples/data/custom_objectives_with_context_example.json"
527527

528528
agent = RedTeam(
529-
azure_ai_project=self.azure_ai_project,
529+
azure_ai_project=azure_ai_project,
530530
credential=credential,
531531
risk_categories=[RiskCategory.Violence, RiskCategory.HateUnfairness],
532532
num_objectives=2,

0 commit comments

Comments
 (0)