Tell the user to hit compact (#3851)

Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
Douwe Osinga
2025-08-05 18:12:16 +02:00
committed by GitHub
parent 0220880ea1
commit 861bd0a71d
5 changed files with 38 additions and 40 deletions
+2 -2
View File
@@ -127,7 +127,7 @@ function BaseChatContent({
summaryContent,
summarizedThread,
isSummaryModalOpen,
isLoadingSummary,
isLoadingCompaction,
resetMessagesWithSummary,
closeSummaryModal,
updateSummary,
@@ -513,7 +513,7 @@ function BaseChatContent({
{chatState !== ChatState.Idle && (
<div className="absolute bottom-1 left-4 z-20 pointer-events-none">
<LoadingGoose
message={isLoadingSummary ? 'summarizing conversation…' : undefined}
message={isLoadingCompaction ? 'summarizing conversation…' : undefined}
chatState={chatState}
/>
</div>