Back to List

String Matching Detector

string-match

Identifies occurrences of specific strings within the input.

Type

Detector

Model

string-match

Latency

5ms

Technical Details

Input Format

Text

Output Format

JSON with match locations

Model Architecture

String Matching based

Creating a policy example

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"]
};

Tags

String Matching
Keyword Detection

Guardion API - Playground

Check out the API reference