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