Skip to content

Commit

Permalink
update fixer doc
Browse files Browse the repository at this point in the history
Co-authored-by: Jeffrey Martin <jmartin@Op3n4M3.dev>
Signed-off-by: Leon Derczynski <leonderczynski@gmail.com>
  • Loading branch information
leondz and jmartin-tech authored Feb 21, 2025
1 parent f5902f0 commit 0ccc465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garak/resources/fixer/20250220_unsafe_content_rename.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def apply(config_dict: dict) -> dict:

class RenameToxicity(Migration):
def apply(config_dict: dict) -> dict:
"""Rename probe family gcg -> suffix"""
"""Rename probe family toxicity -> unsafe_content"""

path = ["plugins", "probes"]
old = "toxicity"
Expand Down

0 comments on commit 0ccc465

Please sign in to comment.