From feb596d22564093ee76b9ea0cc107d93bd1d4ac1 Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Thu, 17 Apr 2025 11:55:59 +0530 Subject: [PATCH] docs: fix grammar --- packages/toolbox-core/src/toolbox_core/tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/toolbox-core/src/toolbox_core/tool.py b/packages/toolbox-core/src/toolbox_core/tool.py index 3150be94..b9f5b8df 100644 --- a/packages/toolbox-core/src/toolbox_core/tool.py +++ b/packages/toolbox-core/src/toolbox_core/tool.py @@ -125,7 +125,7 @@ def __copy( description: The description of the remote tool. params: The args of the tool. required_authn_params: A dict of required authenticated parameters that need - a auth_service_token_getter set for them yet. + an auth_service_token_getter set for them yet. 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