[Enhancement]: Artifacts download with correct file extension (.html instead of .csv/.tsv) #6697
11bluetree
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment 2 replies
-
This is not a bug, the artifact is technically "HTML" and why downloading it presents itself as such. Otherwise the artifact would not load at all, and there would be no way of knowing what the right extension is. Something like this is not formally implemented yet, but is planned, where you can generate non-html text-based files like markdown: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What features would you like to see added?
I've noticed a bug when downloading CSV and TSV files from artifacts in LibreChat. When clicking the download button, the file is saved with the extension .html regardless of the actual file content type. This makes it less convenient for users as they need to manually rename files after downloading.
Steps to reproduce:
This enhancement would improve user experience by eliminating the need for manual file renaming after downloading artifacts.
More details
This issue affects workflow efficiency when working with data files. Currently, after downloading a TSV or CSV file as "index.html", users need to:
The expected behavior would be:
A possible implementation approach might be to:
This enhancement would improve user experience by eliminating the need for manual file renaming after downloading artifacts.
Which components are impacted by your request?
No response
Pictures
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions