Skip to content

Commit 44aa821

Browse files
dunnkerscopybara-github
authored andcommitted
docs: fix spelling error in response_for_auth_required parameter docstring
Merge #2680 COPYBARA_INTEGRATE_REVIEW=#2680 from dunnkers:docs/fix-spelling-error-in-parameter-docstring 39782ac PiperOrigin-RevId: 827163203
1 parent 4124f54 commit 44aa821

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/google/adk/tools/authenticated_function_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def __init__(
5858
the tool doesn't configure any credentials
5959
(auth_config.raw_auth_credential is missing) or the credentials
6060
configured is not enough to authenticate the tool (e.g. an OAuth
61-
client id and client secrect is configured.) and needs client input
61+
client id and client secret are configured) and needs client input
6262
(e.g. client need to involve the end user in an oauth flow and get
6363
back the oauth response.)
6464
"""

src/google/adk/tools/base_authenticated_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(
5757
the tool doesn't configure any credentials
5858
(auth_config.raw_auth_credential is missing) or the credentials
5959
configured is not enough to authenticate the tool (e.g. an OAuth
60-
client id and client secrect is configured.) and needs client input
60+
client id and client secret are configured) and needs client input
6161
(e.g. client need to involve the end user in an oauth flow and get
6262
back the oauth response.)
6363
"""

0 commit comments

Comments
 (0)