mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-27 22:37:46 +00:00
experimental: docstrings update (#18048)
Added missed docstrings. Formatted docsctrings to the consistent format.
This commit is contained in:
@@ -7,6 +7,8 @@ from langchain_experimental.comprehend_moderation.base_moderation_exceptions imp
|
||||
|
||||
|
||||
class ComprehendPII:
|
||||
"""Class to handle Personally Identifiable Information (PII) moderation."""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
client: Any,
|
||||
|
Reference in New Issue
Block a user