Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/pii_filter/pii_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ def _process_nested_data_for_pii(self, data: Any, path: str, all_detections: dic
all_detections[path] = detections
self.detection_count += sum(len(items) for items in detections.values())
has_detections = True

modified = True
if self.pii_config.log_detections:
logger.warning(f"PII detected in tool result at '{path}': {', '.join(detections.keys())}")

Expand Down
Loading