Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: give descriptive name to downloaded zip file #4793

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

anthonymonaco1
Copy link

End-user friendly description of the problem this fixes or functionality that this introduces

  • Include this change in the Release Notes. If checked, you must provide an end-user friendly description for your change below

Give a summary of what the PR does, explaining any non-trivial design decisions

When a user clicks the "download zip" button, the backend queries the LLM to summarize the actions from the current session into a descriptive phrase, which is then formatted into a valid zip file name.

In the frontend, the filename is extracted from the response headers before turning the response into a blob and triggering the download.


Link of any specific issues this addresses

Resolves #4706

@anthonymonaco1 anthonymonaco1 marked this pull request as draft November 7, 2024 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Give descriptive name to downloaded zip file
1 participant