mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 14:03:26 +00:00
community[patch]: docstrings update (#20301)
Added missed docstrings. Format docstings to the consistent form.
This commit is contained in:
@@ -13,9 +13,7 @@ from langchain_community.tools.connery.models import Action, Parameter
|
||||
|
||||
|
||||
class ConneryAction(BaseTool):
|
||||
"""
|
||||
A LangChain Tool wrapping a Connery Action.
|
||||
"""
|
||||
"""Connery Action tool."""
|
||||
|
||||
name: str
|
||||
description: str
|
||||
|
Reference in New Issue
Block a user