Skip to content

Commit 9b2cd80

Browse files
committed
chore: Fix spelling: secret
Signed-off-by: Josh Soref <[email protected]>
1 parent c919837 commit 9b2cd80

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 is 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 is 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)