Skip to content

Commit e9e9b5b

Browse files
slister1001Copilot
andauthored
Update sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/red_team/_red_team.py
Co-authored-by: Copilot <[email protected]>
1 parent 8928d20 commit e9e9b5b

File tree

1 file changed

+1
-1
lines changed
  • sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/red_team

1 file changed

+1
-1
lines changed

sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/red_team/_red_team.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2893,7 +2893,7 @@ async def scan(
28932893
:return: The output from the red team scan
28942894
:rtype: RedTeamResult
28952895
"""
2896-
# Use red team user agent for all RAI service calls in this scan
2896+
# Use red team user agent for RAI service calls made within the scan method
28972897
user_agent: Optional[str] = kwargs.get("user_agent")
28982898
with (
28992899
UserAgentSingleton().add_useragent_product(user_agent)

0 commit comments

Comments
 (0)