diff --git a/garak/probes/tap.py b/garak/probes/tap.py index 0eccf115..10cbe32c 100644 --- a/garak/probes/tap.py +++ b/garak/probes/tap.py @@ -260,6 +260,7 @@ class PAIR(Probe): "depth": 10, "n_streams": 1, "keep_last_n": 1, + "pruning": True, } def __init__(self, config_root=_config):