Skip to main content

redact_dict

Function
This function is defined in the redact module.
Redact sensitive values from a dictionary.

Signature

Parameters

Dict[str, Any]
required
Dictionary to redact
bool
default:"True"
If False, returns data unchanged

Returns

Dict[str, Any]
New dictionary with sensitive values redacted

Source

View on GitHub

praisonaiagents/trace/redact.py at line 85