ReplacerOptions#

class langsmith.anonymizer.ReplacerOptions[source]#

Configuration options for replacing sensitive data.

max_depth: int | None#

Maximum depth to traverse to to extract string nodes.

deep_clone: bool | None#

Deep clone the data before replacing.