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

Ability to export chat conversation to a markdown file #460

Closed
3coins opened this issue Nov 10, 2023 · 2 comments
Closed

Ability to export chat conversation to a markdown file #460

3coins opened this issue Nov 10, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@3coins
Copy link
Collaborator

3coins commented Nov 10, 2023

Problem

Currently, there is no way to save the chat conversation other than explicitly copying the individual message content and saving in a file. This adds considerable friction to accessing information that a user might have worked through at some point, but would have to duplicate all the steps followed earlier to answer the same questions at a later time.

Exporting and saving a record of these conversations has other benefits, for example these solutions can be saved in a shared repository and benefit peers struggling through similar queries. Users can also use /learn and /ask mechanism to index these conversations and use them to surface content from these conversations.

Solution

Provide an ability to export the chat conversation to a markdown/text file.

@3coins 3coins added the enhancement New feature or request label Nov 10, 2023
@mvallet91
Copy link

Is there a way to export/save the conversation automatically? Or directly log it to a file in real-time? Similar to what is already shown in the terminal output

@JasonWeill
Copy link
Collaborator

@mvallet91 Thanks for your comment! We fixed this issue by adding the /export command in #658. If you would like to request automatic exporting or streaming, please open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants