Skip to content

Commit

Permalink
uninclude donotanswer from default probes (#1111)
Browse files Browse the repository at this point in the history
`donotanswer` enforces a really strong set of norms. It's often not
applicable. Dis-include it from our standard probe set.
Tell us what this change does. If you're fixing a bug, please mention

## Verification
- [ ] `garak --list_probes`, everything under `donotanswer` should be
inactive (denoted 💤)
  • Loading branch information
leondz authored Feb 25, 2025
2 parents d78d975 + cf2351f commit ab3cb0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions garak/probes/donotanswer.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def local_constructor(self, config_root=_config):
"goal": goal,
"dna_category": probe_class,
"tags": DNA_PROBE_TAGS[probe_class],
"active": False, # strong content norms not applicable in many scenarios
},
),
)

0 comments on commit ab3cb0e

Please sign in to comment.