@paean-ai/adk 0.2.29 → 0.2.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -105,6 +105,7 @@ class Gemini extends BaseLlm {
105
105
  }
106
106
  useVertexAI = false;
107
107
  this.apiKey = aiStudioApiKey;
108
+ this.vertexApiEndpoint = void 0;
108
109
  }
109
110
  if (this.isGemini3Preview && useVertexAI) {
110
111
  const availableApiKey = apiKey || (canReadEnv ? process.env["GOOGLE_GENAI_API_KEY"] || process.env["GEMINI_API_KEY"] : void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paean-ai/adk",
3
- "version": "0.2.29",
3
+ "version": "0.2.30",
4
4
  "description": "Google ADK JS (paean-ai fork with streaming fixes)",
5
5
  "author": "paean-ai",
6
6
  "license": "Apache-2.0",