We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e03d5 commit 081e695Copy full SHA for 081e695
examples/google_adk/calendar_agent/adk_agent_executor.py
@@ -318,7 +318,7 @@ def get_auth_config(
318
) -> AuthConfig:
319
"""Extracts the AuthConfig object from the arguments of the auth request function call."""
320
if not auth_request_function_call.args or not (
321
- auth_config := auth_request_function_call.args.get('auth_config')
+ auth_config := auth_request_function_call.args.get('authConfig')
322
):
323
raise ValueError(
324
f'Cannot get auth config from function call: {auth_request_function_call}'
0 commit comments