8000 Merge pull request #7 from jackwotherspoon/main · amitobe-code/adk-python@59117b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59117b9

Browse files
authored
Merge pull request google#7 from jackwotherspoon/main
docs: update ToolboxTool port in docstring
2 parents 278b513 + e80d0e4 commit 59117b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/adk/tools/toolbox_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ToolboxTool:
2323
2424
Example:
2525
```python
26-
toolbox = ToolboxTool("http://127.0.0.1:8080")
26+
toolbox = ToolboxTool("http://127.0.0.1:5000")
2727
tool = toolbox.get_tool("tool_name")
2828
toolset = toolbox.get_toolset("toolset_name")
2929
```

0 commit comments

Comments
 (0)
0