AgentGPT icon indicating copy to clipboard operation
AgentGPT copied to clipboard

📝 Ability to save entire runs as a PDF / Text

Open asim-shrestha opened this issue 1 year ago • 5 comments

Currently, we have the option of saving the run as an image. This is good for sharability but not effective in actually using output from the tool. The save button should open up a dialog that allows the user to either download the image, download a pdf/text document, or save the conversation to the clipboard

image

asim-shrestha avatar Apr 11 '23 17:04 asim-shrestha

I have been looking into this issue and it would seem that the copy text feature could be put together with a library like reactPDF to turn the text into a PDF. The downside to this approach is needing to stylize the PDF manually as I do not believe it does so automatically.

JBic9832 avatar Apr 11 '23 22:04 JBic9832

I guess it would be worth discussing what the most valuable outputs are both from an ease-of-implementation perspective and desire. Higher desire + low effort = quick wins imho

mrayonnaise avatar Apr 12 '23 01:04 mrayonnaise

Agreed @mrayonnaise! Merged your copy text changes

asim-shrestha avatar Apr 12 '23 07:04 asim-shrestha

I just noticed the original description of this mentions a popup for saving. I added a dropdown and psgit added a button, would we prefer buttons, dropdown, or a popup?

APiTJLillo avatar Apr 13 '23 13:04 APiTJLillo

I just noticed the original description of this mentions a popup for saving. I added a dropdown and psgit added a button, would we prefer buttons, dropdown, or a popup?

I think that the Download PDF button functionality could be easily added to a dropdown or popup, if that is where the other save options are going to be.

psgit avatar Apr 14 '23 15:04 psgit

Thanks @psgit and @yourepicservices! Looks like we have a dropdown with individual buttons for the different saving modalities. Appreciate the help and direction - Closing

asim-shrestha avatar Apr 23 '23 23:04 asim-shrestha