Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
action | components.ContentFilterAction | :heavy_check_mark: | Action taken when the pattern matches | block |
label | OptionalNullable[str] | :heavy_minus_sign: | Optional label used in redaction placeholders or error messages | [API_KEY] |
pattern | str | :heavy_check_mark: | A regex pattern to match against request content | \b(sk-[a-zA-Z0-9]{48})\b |