Skip to content

Commit 3015b86

Browse files
committed
docs: Add initialization description to ToolboxToolset constructor docstring.
1 parent f4d1d8f commit 3015b86

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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)