impact-chatbot 2.3.67 → 2.3.68

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/index.cjs.js CHANGED
@@ -8890,7 +8890,7 @@ const StreamedContent = ({ botData }) => {
8890
8890
  // Append the error message at the bottom of any existing content.
8891
8891
  // If widgets already exist in appendedData, append as the last widget
8892
8892
  // so it renders AFTER the already-received content (not at the top).
8893
- const finalMessage = "The service is temporarily unavailable because of an unusual load. Please wait a moment and try again.";
8893
+ const finalMessage = "Please reach out to IA for this, as this didn't work even after retry";
8894
8894
  const hasExistingWidgetsOnErr = messageToStoreRef.current.appendedData &&
8895
8895
  (isArray(messageToStoreRef.current.appendedData)
8896
8896
  ? messageToStoreRef.current.appendedData.length > 0