Skip to content

Commit da2b838

Browse files
authored
Merge branch 'main' into twisha-core-pydantic
2 parents 8ae4782 + dd8a6c5 commit da2b838

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)