-
Notifications
You must be signed in to change notification settings - Fork 0
Export Chat Conversation as Text File #4
Copy link
Copy link
Open
Labels
easyThis issue is easy to solveThis issue is easy to solvefeatureA new feature in the projectA new feature in the projectfullstackIssues related to both frontend and backendIssues related to both frontend and backendgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
easyThis issue is easy to solveThis issue is easy to solvefeatureA new feature in the projectA new feature in the projectfullstackIssues related to both frontend and backendIssues related to both frontend and backendgood first issueGood for newcomersGood for newcomers
Summary
Allow users to export full conversation content to a
.txtfile.Problem
Users currently cannot download chat transcripts for offline review, reporting, or sharing.
Expected Solution
Add export action in chat UI that builds a readable text transcript with timestamps, roles, model name, and sources. Should be formatted well. Perform exports in server-side always to handle large conversations without blocking the UI.
Scope
src/pages/ChatPage.tsxsrc/lib/api.tsAcceptance Criteria
.txtfile.