ninegrid2 6.539.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.
@@ -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", "429 You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors. Troubleshooting URL: https://js.langchain.com/docs/troubleshooting/errors/MODEL_RATE_LIMIT/ at Object.defaultFailedAttemptHandler [as onFailedAttempt] (chunk-4ZHGI42L.js?v=93496bf9:17296:17) at RetryOperation._fn (chunk-4ZHGI42L.js?v=93496bf9:398:29)");
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 {
@@ -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", "429 You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors. Troubleshooting URL: https://js.langchain.com/docs/troubleshooting/errors/MODEL_RATE_LIMIT/ at Object.defaultFailedAttemptHandler [as onFailedAttempt] (chunk-4ZHGI42L.js?v=93496bf9:17296:17) at RetryOperation._fn (chunk-4ZHGI42L.js?v=93496bf9:398:29)");
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 {
@@ -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", "429 You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors. Troubleshooting URL: https://js.langchain.com/docs/troubleshooting/errors/MODEL_RATE_LIMIT/ at Object.defaultFailedAttemptHandler [as onFailedAttempt] (chunk-4ZHGI42L.js?v=93496bf9:17296:17) at RetryOperation._fn (chunk-4ZHGI42L.js?v=93496bf9:398:29)");
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.539.0",
4
+ "version": "6.540.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -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", "429 You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors. Troubleshooting URL: https://js.langchain.com/docs/troubleshooting/errors/MODEL_RATE_LIMIT/ at Object.defaultFailedAttemptHandler [as onFailedAttempt] (chunk-4ZHGI42L.js?v=93496bf9:17296:17) at RetryOperation._fn (chunk-4ZHGI42L.js?v=93496bf9:398:29)");
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 {