Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

ssn_rule

Function
This function is defined in the policy module.
Create a rule to block PII (Social Security Numbers).

Signature

def ssn_rule() -> PolicyRule

Returns

Returns
PolicyRule
The result of the operation.

Uses

  • description
  • pattern
  • action
  • replacement

Source

View on GitHub

praisonai/src/policy/mod.rs at line 390