Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/google/adk/tools/authenticated_function_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(
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.)
"""
Expand Down
2 changes: 1 addition & 1 deletion src/google/adk/tools/base_authenticated_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(
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.)
"""
Expand Down