File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments