Skip to content

Commit da26916

Browse files
authored
fix(docs): correct outdated references to tool kinds (#49)
1 parent d4a24e6 commit da26916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/toolbox_langchain_sdk/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ async def load_tool(self, tool_name: str) -> StructuredTool:
8181
Loads the tool, with the given tool name, from the Toolbox service.
8282
8383
Args:
84-
toolset_name: The name of the toolset to load.
84+
tool_name: The name of the tool to load.
8585
Default: None. If not provided, then all the tools are loaded.
8686
8787
Returns:

0 commit comments

Comments
 (0)