@firebase/ai 2.6.0-canary.a09ef786f → 2.6.0-canary.bc2b2cdea

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.
@@ -4,7 +4,7 @@ import { FirebaseError, Deferred, getModularInstance } from '@firebase/util';
4
4
  import { Logger } from '@firebase/logger';
5
5
 
6
6
  var name = "@firebase/ai";
7
- var version = "2.6.0-canary.a09ef786f";
7
+ var version = "2.6.0-canary.bc2b2cdea";
8
8
 
9
9
  /**
10
10
  * @license
@@ -1260,7 +1260,7 @@ async function makeRequest(requestUrlParams, body) {
1260
1260
  throw new AIError(AIErrorCode.API_NOT_ENABLED, `The Firebase AI SDK requires the Firebase AI ` +
1261
1261
  `API ('firebasevertexai.googleapis.com') to be enabled in your ` +
1262
1262
  `Firebase project. Enable this API by visiting the Firebase Console ` +
1263
- `at https://console.firebase.google.com/project/${url.params.apiSettings.project}/genai/ ` +
1263
+ `at https://console.firebase.google.com/project/${url.params.apiSettings.project}/ailogic/ ` +
1264
1264
  `and clicking "Get started". If you enabled this API recently, ` +
1265
1265
  `wait a few minutes for the action to propagate to our systems and ` +
1266
1266
  `then retry.`, {