+ {compiledHistory.map((item, index) =>
+ Array.isArray(item) ? renderStatusResponse(item, index) : item
+ )}
+ {showing && (
+
+ )}
+ {!isAtBottom && (
+
+
+
{
+ scrollToBottom(isStreaming ? false : true);
+ setIsUserScrolling(false);
+ }}
+ >
+
+
-
- )}
-