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.

check_and_redact

Method
This is a method of the PolicyEngine class in the policy module.
Check and redact content.

Signature

def check_and_redact(&self, content: &str) -> (PolicyResult, String)

Parameters

content
&str
required
No description available.

Returns

Returns
(PolicyResult, String)
The result of the operation.