Skip to content

Commit 6747a43

Browse files
committed
docs: Update docstring to be more accurate
1 parent edd1f3a commit 6747a43

File tree

1 file changed

+1
-1
lines changed
  • packages/toolbox-core/src/toolbox_core

1 file changed

+1
-1
lines changed

packages/toolbox-core/src/toolbox_core/tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def __init__(
6464
description: The description of the remote tool.
6565
params: The args of the tool.
6666
required_authn_params: A dict of required authenticated parameters to a list
67-
of services that provide values for them.
67+
of alternative services that can provide values for them.
6868
auth_service_token_getters: A dict of authService -> token (or callables that
6969
produce a token)
7070
bound_params: A mapping of parameter names to bind to specific values or

0 commit comments

Comments
 (0)