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