Skip to content

Commit 8f2256c

Browse files
committed
style: reformat docstring for ToolboxToolset constructor
1 parent 97290fa commit 8f2256c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/google/adk/tools/toolbox_toolset.py

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,15 @@ def __init__(
6464
**kwargs,
6565
):
6666
"""Args:
67-
server_url: The URL of the toolbox server.
68-
toolset_name: The name of the toolbox toolset to load.
69-
tool_names: The names of the tools to load.
70-
auth_token_getters: (Deprecated) Map of auth token getters.
71-
bound_params: Parameters to bind to the tools.
72-
credentials: (Optional) toolbox_adk.CredentialConfig object.
73-
additional_headers: (Optional) Static headers dictionary.
74-
**kwargs: Additional arguments passed to the underlying toolbox_adk.ToolboxToolset.
67+
server_url: The URL of the toolbox server.
68+
toolset_name: The name of the toolbox toolset to load.
69+
tool_names: The names of the tools to load.
70+
auth_token_getters: (Deprecated) Map of auth token getters.
71+
bound_params: Parameters to bind to the tools.
72+
credentials: (Optional) toolbox_adk.CredentialConfig object.
73+
additional_headers: (Optional) Static headers dictionary.
74+
**kwargs: Additional arguments passed to the underlying
75+
toolbox_adk.ToolboxToolset.
7576
"""
7677

7778
try:

0 commit comments

Comments
 (0)