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 d4a24e6 commit da26916Copy full SHA for da26916
src/toolbox_langchain_sdk/client.py
@@ -81,7 +81,7 @@ async def load_tool(self, tool_name: str) -> StructuredTool:
81
Loads the tool, with the given tool name, from the Toolbox service.
82
83
Args:
84
- toolset_name: The name of the toolset to load.
+ tool_name: The name of the tool to load.
85
Default: None. If not provided, then all the tools are loaded.
86
87
Returns:
0 commit comments