mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 21:43:44 +00:00
community[patch]: Release 0.2.11 (#24989)
This commit is contained in:
@@ -25,7 +25,7 @@ class ConneryAction(BaseTool):
|
||||
def _run(
|
||||
self,
|
||||
run_manager: Optional[CallbackManagerForToolRun] = None,
|
||||
**kwargs: Dict[str, str],
|
||||
**kwargs: Any,
|
||||
) -> Dict[str, str]:
|
||||
"""
|
||||
Runs the Connery Action with the provided input.
|
||||
@@ -40,7 +40,7 @@ class ConneryAction(BaseTool):
|
||||
async def _arun(
|
||||
self,
|
||||
run_manager: Optional[AsyncCallbackManagerForToolRun] = None,
|
||||
**kwargs: Dict[str, str],
|
||||
**kwargs: Any,
|
||||
) -> Dict[str, str]:
|
||||
"""
|
||||
Runs the Connery Action asynchronously with the provided input.
|
||||
|
Reference in New Issue
Block a user