We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22d2eb commit 433339bCopy full SHA for 433339b
packages/toolbox-langchain/src/toolbox_langchain/tools.py
@@ -41,7 +41,7 @@ def __init__(
41
super().__init__(
42
name=self.__core_sync_tool.__name__,
43
description=self.__core_sync_tool.__doc__,
44
- args_schema=self.__core_sync_tool._ToolboxSyncTool__pydantic_model,
+ args_schema=self.__core_sync_tool._ToolboxSyncTool__async_tool._ToolboxTool__pydantic_model,
45
)
46
47
def _run(self, **kwargs: Any) -> dict[str, Any]:
0 commit comments