From e51063f1486b615fcd0e736af89f4ac1c3e54b09 Mon Sep 17 00:00:00 2001 From: deyim <31646720+deyim@users.noreply.github.com> Date: Thu, 29 Jan 2026 13:29:54 -0800 Subject: [PATCH] Update relevant doc --- docs/get-started/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/get-started/configuration.md b/docs/get-started/configuration.md index c8c5d31b09..fd44bb36f4 100644 --- a/docs/get-started/configuration.md +++ b/docs/get-started/configuration.md @@ -1185,6 +1185,10 @@ the `advanced.excludedEnvVars` setting in your `settings.json` file. - **Description:** The path to your Google Application Credentials JSON file. - **Example:** `export GOOGLE_APPLICATION_CREDENTIALS="/path/to/your/credentials.json"` +- **`GOOGLE_GENAI_API_VERSION`**: + - Specifies the API version to use for Gemini API requests. + - When set, overrides the default API version used by the SDK. + - Example: `export GOOGLE_GENAI_API_VERSION="v1"` - **`OTLP_GOOGLE_CLOUD_PROJECT`**: - Your Google Cloud Project ID for Telemetry in Google Cloud - Example: `export OTLP_GOOGLE_CLOUD_PROJECT="YOUR_PROJECT_ID"`.