Skip to content

Commit 138d8d9

Browse files
Yuan325twishabansal
authored andcommitted
docs: update syntax error on readme (#121)
1 parent b875771 commit 138d8d9

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)