Skip to content

Commit cd6d76d

Browse files
authored
docs: update syntax error on readme (#121)
1 parent 4f992d8 commit cd6d76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)