Skip to content

Commit babd420

Browse files
committed
docs: Add initialization description to ToolboxToolset constructor docstring.
1 parent f023078 commit babd420

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/google/adk/tools/toolbox_toolset.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ def __init__(
6363
additional_headers: Optional[Mapping[str, str]] = None,
6464
**kwargs,
6565
):
66-
"""Args:
66+
"""Initializes the ToolboxToolset.
67+
68+
Args:
6769
server_url: The URL of the toolbox server.
6870
toolset_name: The name of the toolbox toolset to load.
6971
tool_names: The names of the tools to load.

0 commit comments

Comments
 (0)