fix_start_google_auth

This commit is contained in:
Olivier Schiavo
2026-01-08 15:26:35 +01:00
parent 2b72c4508f
commit 2cdc55ac7d
7 changed files with 141 additions and 27 deletions

View File

@@ -100,7 +100,7 @@
"USER_GOOGLE_EMAIL": {
"type": "string",
"title": "User Google Email",
"description": "Optional default email for authentication flows. If set, the LLM won't need to specify your email when calling start_google_auth",
"description": "Optional default email for legacy OAuth 2.0 authentication flows. If set, the LLM won't need to specify your email when calling start_google_auth. Ignored when OAuth 2.1 is enabled.",
"required": false
},
"GOOGLE_OAUTH_REDIRECT_URI": {