Skip to content

Commit 8928d20

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_user_agent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def redteam_context(cls, *, subtype: str = "RedTeam", **kwargs) -> Iterator[None
4646
4747
:param subtype: The subtype to use in the red team user agent. Defaults to "RedTeam"
4848
:type subtype: str
49-
:param kwargs: Additional keyword arguments for future extensibility
5049
"""
5150
with cls.add_useragent_product(f"(type=redteam; subtype={subtype})"):
5251
yield

0 commit comments

Comments
 (0)