We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd1f3a commit 6747a43Copy full SHA for 6747a43
packages/toolbox-core/src/toolbox_core/tool.py
@@ -64,7 +64,7 @@ def __init__(
64
description: The description of the remote tool.
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.
+ of alternative services that can provide values for them.
68
auth_service_token_getters: A dict of authService -> token (or callables that
69
produce a token)
70
bound_params: A mapping of parameter names to bind to specific values or
0 commit comments