- {!isCreatedByUser ? (
- <>
-
- >
- ) : (
- <>{text}>
+ <>
+
+ {/*
*/}
+
+ {!isCreatedByUser ? (
+ <>
+
+ >
+ ) : (
+ <>{text}>
+ )}
+
-
+ {/* {!isSubmitting && cancelled ? (
+
+
+ {`This is a cancelled message.`}
+
+
+ ) : null} */}
+ {!isSubmitting && unfinished ? (
+
+
+ {`This is an unfinished message. The AI may still be generating a response or it was aborted. Refresh or visit later to see more updates.`}
+
+
+ ) : null}
+ >
)}