Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/toolbox-core/src/toolbox_core/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ def __init__(
name: The name of the remote tool.
description: The description of the remote tool.
params: The args of the tool.
required_authn_params: A dict of required authenticated parameters to a list
of services that provide values for them.
required_authn_params: A map of required authenticated parameters to a list
of alternative services that can provide values for them.
auth_service_token_getters: A dict of authService -> token (or callables that
produce a token)
bound_params: A mapping of parameter names to bind to specific values or
Expand Down Expand Up @@ -134,8 +134,8 @@ def __copy(
name: The name of the remote tool.
description: The description of the remote tool.
params: The args of the tool.
required_authn_params: A dict of required authenticated parameters that need
an auth_service_token_getter set for them yet.
required_authn_params: A map of required authenticated parameters to a list
of alternative services that can provide values for them.
auth_service_token_getters: A dict of authService -> token (or callables
that produce a token)
bound_params: A mapping of parameter names to bind to specific values or
Expand Down