File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/toolbox-core/src/toolbox_core Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ def __init__(
63
63
name: The name of the remote tool.
64
64
description: The description of the remote tool.
65
65
params: The args of the tool.
66
- required_authn_params: A dict of required authenticated parameters to a list
67
- of services that provide values for them.
66
+ required_authn_params: A map of required authenticated parameters to a list
67
+ of alternative services that can provide values for them.
68
68
auth_service_token_getters: A dict of authService -> token (or callables that
69
69
produce a token)
70
70
bound_params: A mapping of parameter names to bind to specific values or
@@ -134,8 +134,8 @@ def __copy(
134
134
name: The name of the remote tool.
135
135
description: The description of the remote tool.
136
136
params: The args of the tool.
137
- required_authn_params: A dict of required authenticated parameters that need
138
- an auth_service_token_getter set for them yet .
137
+ required_authn_params: A map of required authenticated parameters to a list
138
+ of alternative services that can provide values for them.
139
139
auth_service_token_getters: A dict of authService -> token (or callables
140
140
that produce a token)
141
141
bound_params: A mapping of parameter names to bind to specific values or
You can’t perform that action at this time.
0 commit comments