Skip to content

Commit 06c642a

Browse files
authored
Merge pull request #55 from trustyai-explainability/RobGeada-patch-1
Update README.md
2 parents 6b267b5 + 94bf6a7 commit 06c642a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ At the moment, the following detectors are supported:
1313
- `builtIn` -- Small, lightweight detection functions that are deployed out-of-the-box alongside the [Guardrails Orchestrator](https://github.com/foundation-model-stack/fms-guardrails-orchestrator). The built-in detectors provide a number of heuristic or algorithmic detection functions, such as:
1414
- Regex-based detections, with pre-written regexes for flagging various Personally Identifiable Information items like emails or phone numbers, as well as the ability to provide custom regexes
1515
- File-type validations, for verifying if model input/output is valid JSON, XML, or YAML
16-
16+
- "Custom" detectors which can be defined with raw Python code, which allows for easy declaration of custom detection functions that can perform arbitrarily complex logic.
1717

1818
## Building
1919

0 commit comments

Comments
 (0)