Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Conversation

@keegangeorge
Copy link
Member

@keegangeorge keegangeorge commented Nov 6, 2024

🔍 Overview

This PR fixes an issue where the summary updater sometimes doesn't show the last update. Due to some timing issues with the summary updater and the component this seems to happen. When the status.done flag is set but the final setRaw call is not completed, the final summary might not be displayed. By explicitly calling set raw after the cooked, we ensure the final summary will always be set.

📄 Other notes

No tests as this timing issue is difficult to test.

This PR fixes an issue where the summary updater sometimes doesn't show the last update. Due to some timing issues with the summary updater and the component this seems to happen. By explicitly calling set raw after the cooked, we ensure the final summary will always be set.

No tests as this timing issue is difficult to test.
@keegangeorge
Copy link
Member Author

Discussed in chat. This didn't actually solve the issue. Working on an alternate solution for handling streaming directly in AiSummaryBox

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants