Describe Priorities

If apiKey, serviceAccountJSON, and serviceAccountLocation are all provided, the service account will override the apiKey.
This commit is contained in:
Corey Ogburn
2026-02-02 13:14:13 -07:00
parent 42060a9112
commit 6d5ac5a16b

View File

@@ -670,14 +670,14 @@ soc:
advanced: True
gemini:
apiKey:
description: A Google API key generated in Google AI Studio or the Google Cloud Console.
description: A Google API key generated in Google AI Studio or the Google Cloud Console. Ignored if a service account and location are provided.
global: True
serviceAccountJSON:
description: The JSON file contents holding the credentials for a Google Service Account. Uses Vertex AI.
description: The JSON file contents holding the credentials for a Google Service Account. Uses Vertex AI. Overrides apiKey if a service account and location are provided.
global: True
multiline: True
serviceAccountLocation:
description: The location of your project in Google Cloud. Example: us-central1
description: The location of your project in Google Cloud. Overrides apiKey if a service account and location are provided. Example: us-central1
global: True
client:
assistant: