mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 09:37:28 +00:00
* 🔨 chore: update .vscode/settings.json (#13894) * 🐛 fix(builtin-tool-local-system): honor glob scope in local system tool (#13875) Made-with: Cursor * 📝 docs: Update changelog docs and release skills (#13897) - Update changelog documentation format across all historical changelog files - Merge release-changelog-style skill into version-release skill - Update changelog examples with improved formatting and structure Made-with: Cursor --------- Co-authored-by: YuTengjing <ytj2713151713@gmail.com> Co-authored-by: Innei <i@innei.in>
35 lines
1.5 KiB
Text
35 lines
1.5 KiB
Text
---
|
|
title: Export Conversations as Markdown or OpenAI JSON
|
|
description: >-
|
|
LobeHub v1.28.0 adds Markdown and OpenAI-format JSON exports, making it
|
|
easier to turn conversations into documentation, debugging payloads, or
|
|
training datasets.
|
|
tags:
|
|
- Text Format Export
|
|
- Markdown Export
|
|
- OpenAI JSON
|
|
---
|
|
|
|
# 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
|