mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-25 04:49:17 +00:00
community[patch]: docstrings update (#20301)
Added missed docstrings. Format docstings to the consistent form.
This commit is contained in:
@@ -10,8 +10,8 @@ from langchain_community.tools.connery.tool import ConneryAction
|
||||
|
||||
|
||||
class ConneryService(BaseModel):
|
||||
"""
|
||||
A service for interacting with the Connery Runner API.
|
||||
"""Service for interacting with the Connery Runner API.
|
||||
|
||||
It gets the list of available actions from the Connery Runner,
|
||||
wraps them in ConneryAction Tools and returns them to the user.
|
||||
It also provides a method for running the actions.
|
||||
|
@@ -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