string-match
Identifies occurrences of specific strings within the input.
Detector
string-match
5ms
Text
JSON with match locations
String Matching based
By defining a policy, you can set a target, combine multiple detectors, and fine-tune.
policy = {
"id": "string-match",
"definition": "string-match policy example",
"target": "user",
"override_response": "Ops, sorry!",
"detectors": [
{
"expected": "blocked",
"model": "string-match",
"threshold": 0.5
}
]
};
payload = {
"message": messages,
"policies": [policy],
"enabled_policies": ["string-match"]
};