mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 13:33:37 +00:00
community[patch]: docstrings update (#20301)
Added missed docstrings. Format docstings to the consistent form.
This commit is contained in:
@@ -9,7 +9,7 @@ from langchain_community.tools.connery import ConneryService
|
||||
|
||||
class ConneryToolkit(BaseToolkit):
|
||||
"""
|
||||
A LangChain Toolkit with a list of Connery Actions as tools.
|
||||
Toolkit with a list of Connery Actions as tools.
|
||||
"""
|
||||
|
||||
tools: List[BaseTool]
|
||||
|
Reference in New Issue
Block a user