You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
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:
committed by
Copybara-Service
parent
4124f54a36
commit
44aa82195a
@@ -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.)
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user