ninegrid2 6.538.0 → 6.540.0
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.
- package/dist/ai/aiContainer.js +1 -1
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/package.json +1 -1
- package/src/ai/aiContainer.js +1 -1
package/dist/ai/aiContainer.js
CHANGED
|
@@ -358,7 +358,7 @@ class aiContainer extends HTMLElement
|
|
|
358
358
|
const elAiChat = this.shadowRoot.querySelector("nx-ai-chat");
|
|
359
359
|
|
|
360
360
|
|
|
361
|
-
elAiChat.add("me",
|
|
361
|
+
elAiChat.add("me", "429 You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: . Troubleshooting URL: at Object.defaultFailedAttemptHandler [as onFailedAttempt] (chunk-4ZHGI42L.js?v=93496bf9:17296:17) at RetryOperation._fn (chunk-4ZHGI42L.js?v=93496bf9:398:29)");
|
|
362
362
|
elAiChat.add("ing", question);
|
|
363
363
|
|
|
364
364
|
try {
|
package/dist/bundle.cjs.js
CHANGED
|
@@ -54530,7 +54530,7 @@ class aiContainer extends HTMLElement
|
|
|
54530
54530
|
const elAiChat = this.shadowRoot.querySelector("nx-ai-chat");
|
|
54531
54531
|
|
|
54532
54532
|
|
|
54533
|
-
elAiChat.add("me",
|
|
54533
|
+
elAiChat.add("me", "429 You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: . Troubleshooting URL: at Object.defaultFailedAttemptHandler [as onFailedAttempt] (chunk-4ZHGI42L.js?v=93496bf9:17296:17) at RetryOperation._fn (chunk-4ZHGI42L.js?v=93496bf9:398:29)");
|
|
54534
54534
|
elAiChat.add("ing", question);
|
|
54535
54535
|
|
|
54536
54536
|
try {
|
package/dist/bundle.esm.js
CHANGED
|
@@ -54528,7 +54528,7 @@ class aiContainer extends HTMLElement
|
|
|
54528
54528
|
const elAiChat = this.shadowRoot.querySelector("nx-ai-chat");
|
|
54529
54529
|
|
|
54530
54530
|
|
|
54531
|
-
elAiChat.add("me",
|
|
54531
|
+
elAiChat.add("me", "429 You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: . Troubleshooting URL: at Object.defaultFailedAttemptHandler [as onFailedAttempt] (chunk-4ZHGI42L.js?v=93496bf9:17296:17) at RetryOperation._fn (chunk-4ZHGI42L.js?v=93496bf9:398:29)");
|
|
54532
54532
|
elAiChat.add("ing", question);
|
|
54533
54533
|
|
|
54534
54534
|
try {
|
package/package.json
CHANGED
package/src/ai/aiContainer.js
CHANGED
|
@@ -358,7 +358,7 @@ class aiContainer extends HTMLElement
|
|
|
358
358
|
const elAiChat = this.shadowRoot.querySelector("nx-ai-chat");
|
|
359
359
|
|
|
360
360
|
|
|
361
|
-
elAiChat.add("me",
|
|
361
|
+
elAiChat.add("me", "429 You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: . Troubleshooting URL: at Object.defaultFailedAttemptHandler [as onFailedAttempt] (chunk-4ZHGI42L.js?v=93496bf9:17296:17) at RetryOperation._fn (chunk-4ZHGI42L.js?v=93496bf9:398:29)");
|
|
362
362
|
elAiChat.add("ing", question);
|
|
363
363
|
|
|
364
364
|
try {
|