Is there a way to export chats?

I’m wondering if there is a way to export the chats in full for a project? I would like to go through them to see the prompts and responses certain sessions generated. Is there a way to do this, if not is it something maybe the team can consider?

Thanks!

Jeff / Hypler

3 Likes

This would be very useful for sure.

1 Like

Might not be exactly what looking for, but the git commits have detailed user and agent chat info. You could maybe sync this to GitHub for some historical chat history?

1 Like

I’ll check it out, I want to run my chats as far as I have in the current large project I have been working on, through chatgpt and reference times I was working quality of prompting and results from that prompting so I can identify patterns in my own energy levels, quality of the prompts themselves, and maybe get data that would be helpful for me to avoid certain times of day, or certain methods of prompting.I know my prompting has gotten better so I want to have another AI system evaluate my work, the agents responses and find nuggets of data in that undoubtedly huge library of information, also It would be interesting to run the same prompting process and see if another system can find a better way to get at the result I have much faster and cleaner now that the data to get to my final product is there.

1 Like

If you do analyze this, I would be curious what you find out! Always looking to optimize prompting!

I will, it will be a few weeks before I try this out, I’m still deep in the grind with IZIOS, its a huge project with many moving parts so I have to clean up any issues, I pushed back my launch two months now waiting for the agent to improve, which it has and now I’m moving very fast fixing issues that were plaguing me. Its coming together beautifully, much more than I envisioned at first. It has been a grind though since I’m working with vendors who’s apis are not deeply documented and I had to probe and learn their apis on the fly knowing almost nothing about how Graphql works or how to work with those systems. I am planning on giving a full technical breakdown for the group later this month including some of the cool generative ai apps I built to take the site to the next level. Pretty exciting times.

2 Likes

+1 for needing access to the full chat.

I help non-techies by building their initial MVP, and so want to be able to give them the full transcript of my chat with the agent, so they can read through it and learn from how I did it - and all my mistakes :blush:

Like you, I would probably put it through ChatGPT first, to tidy it up and make it readable.

1 Like

so the help ai say there is only one way. is to copy/paste from the chat.

i have just done that after my first real saas build.

and what you get is a markdown formatted text document that contain the final version of the specifications

which is logical, as this is the stored memory just before executing the build

that is great , because you can edit it if you want to modify anything for a next version

now, i go back to test this baby

you can request them and they have to give you access to all your data as a dump, the is the best solution i found to this, if they just made an easy export it would be amazing though. The way to do this is a Legal request GDPR / CCPA / CPRA. Replit has no choice they have to do this, if they can include a UI it would save them alot of time, if not just start bombarding them with requests which they legally have to fulfill, this will probably introduce the feature within a few weeks :slight_smile:

1 Like

Maybe this can help with your prompt game :slight_smile: https://betterpromptswith.replit.app

1 Like