Skip to content

Commit dd8a6c5

Browse files
authored
doc: Fix README for toolbox-langchain. (#133)
1 parent eafe2e9 commit dd8a6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolbox-langchain/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ bound_tools = [tool.bind_param("param", "value") for tool in tools]
291291
### Binding Parameters While Loading
292292

293293
```py
294-
bound_tool = toolbox.load_tool(bound_params={"param": "value"})
294+
bound_tool = toolbox.load_tool("my-tool", bound_params={"param": "value"})
295295

296296
bound_tools = toolbox.load_toolset(bound_params={"param": "value"})
297297
```

0 commit comments

Comments
 (0)