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.
is_policy_string
Function
This function is defined in the parse_utils module.Check if a string is a policy specification. O(1) operation. Policy strings have format: type:action (e.g., “policy:strict”, “pii:redact”)
Signature
Parameters
String to check
Returns
True if string is a policy specification
Usage
Used By
Source
View on GitHub
praisonaiagents/config/parse_utils.py at line 259
