tweak: export chat

This commit is contained in:
Nikesh Parajuli
2024-10-20 23:43:14 -04:00
parent 326c31e111
commit 69ec1db88b
+12 -11
View File
@@ -5,18 +5,19 @@ description: Save your conversations in Markdown or JSON
Msty's chat export feature allows you to save your conversations for future reference. You can export your chats in different formats depending on your needs.
::image-plain{src="/features/export-chat/export-chat-options.webp" alt="Export Chat Options in Msty"}
::
## Export as Markdown
Users can export the active chat branch as a Markdown file, which can be used for easy reading and formatting in various text editors.
## **Export as Markdown**
Users can export the active chat branch as a **Markdown** file, which can be used for easy reading and formatting in various text editors.
## **Export as JSON** :aurum-tag
For more detailed and structured data, **Aurum** users can export the active branch as a **JSON** file. This format is useful for preserving metadata and structure in a machine-readable format.
## **Cherry-Pick Individual Messages** :aurum-tag
## Cherry-Pick individual messages :aurum-tag
Users can select specific messages from the chat and export them individually, giving them granular control over what gets saved.
## **Export All Branches (Full Chat Tree) in JSON** :aurum-tag
If a user wants to export the entire chat with all its branches, this is available exclusively to **Aurum** users in the **JSON** format. This option captures the full conversation, including branches, making it ideal for comprehensive archiving.
## Export as JSON :aurum-tag
For more detailed and structured data, Aurum users can export the active branch as a JSON file. This format is useful for preserving metadata and structure in a machine-readable format.
#### All Branches (full chat tree)
Aurum users can also export the entire chat with all its branches in the JSON format. This option captures the full conversation, including branches, making it ideal for comprehensive archiving.
::image-plain{src="/features/export-chat/export-chat-options.webp" alt="Export chat options in Msty"}
::