You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
@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.
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.
The text was updated successfully, but these errors were encountered: