Back to Lobehub

Export Conversations as Markdown or OpenAI JSON

docs/changelog/2024-11-06-share-text-json.mdx

2.1.561.2 KB
Original Source

Export Conversations as Markdown or OpenAI JSON

Version 1.28.0 makes conversation exports more useful. You can now download chats as Markdown for documentation or OpenAI-format JSON for debugging and training. No more copy-pasting or reformatting by hand.

Better documentation workflows

The Markdown export turns conversations into clean, readable documents. Writers can capture useful exchanges and move them directly into notes, wikis, or reports without manual cleanup.

API-ready JSON for developers

The JSON export follows the OpenAI messages format. This means you can drop exported conversations directly into API debugging tools or use them as structured training data for fine-tuning.

Tool calling data is preserved in its original structure, which helps when analyzing or improving how agents use external tools.

Improvements and fixes

  • Added Markdown export option for conversation sharing
  • Added OpenAI-format JSON export with full message structure
  • Tool calling data preserved in original format during export