docs: fix spelling error in response_for_auth_required parameter docstring

Merge https://github.com/google/adk-python/pull/2680

COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/2680 from dunnkers:docs/fix-spelling-error-in-parameter-docstring 39782ac73381f6aa6b5392356eb9374b0680d611
PiperOrigin-RevId: 827163203
This commit is contained in:
Jeroen Overschie
2025-11-02 08:55:35 -08:00
committed by Copybara-Service
parent 4124f54a36
commit 44aa82195a
2 changed files with 2 additions and 2 deletions
@@ -58,7 +58,7 @@ class AuthenticatedFunctionTool(FunctionTool):
the tool doesn't configure any credentials
(auth_config.raw_auth_credential is missing) or the credentials
configured is not enough to authenticate the tool (e.g. an OAuth
client id and client secrect is configured.) and needs client input
client id and client secret are configured) and needs client input
(e.g. client need to involve the end user in an oauth flow and get
back the oauth response.)
"""
@@ -57,7 +57,7 @@ class BaseAuthenticatedTool(BaseTool):
the tool doesn't configure any credentials
(auth_config.raw_auth_credential is missing) or the credentials
configured is not enough to authenticate the tool (e.g. an OAuth
client id and client secrect is configured.) and needs client input
client id and client secret are configured) and needs client input
(e.g. client need to involve the end user in an oauth flow and get
back the oauth response.)
"""