Open
Description
As a developer
I want to provide users with an easy way to generate a summary of a conversation.
I need to
Add an action button within a thread that, when clicked, opens a modal where users can choose specific summary options (e.g., "Today," "This Week," or "Custom Range") directly from the UI, instead of using a slash command, which can have a learning curve.
So That
Users can quickly generate summaries of a thread without manually typing slash commands
Acceptance Criteria
- Add a "Summarize" action button in thread.
- Clicking the button should open a modal with summary options (e.g., Today, This Week, Custom Range).
- Users can select an option, and app will generate and display the summary.
- If the thread lacks content for summarization, show an appropriate error message.