mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 06:23:20 +00:00
community: docstrings toolkits
(#23616)
Added missed docstrings. Formatted docstrings to the consistent form.
This commit is contained in:
@@ -27,10 +27,13 @@ class ConneryToolkit(BaseToolkit):
|
||||
"""
|
||||
Validate the attributes of the ConneryToolkit class.
|
||||
|
||||
Parameters:
|
||||
Args:
|
||||
values (dict): The arguments to validate.
|
||||
Returns:
|
||||
dict: The validated arguments.
|
||||
|
||||
Raises:
|
||||
ValueError: If the 'tools' attribute is not set
|
||||
"""
|
||||
|
||||
if not values.get("tools"):
|
||||
@@ -45,7 +48,7 @@ class ConneryToolkit(BaseToolkit):
|
||||
|
||||
Parameters:
|
||||
connery_service (ConneryService): The Connery Service
|
||||
to to get the list of Connery Actions.
|
||||
to get the list of Connery Actions.
|
||||
Returns:
|
||||
ConneryToolkit: The Connery Toolkit.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user