export_session
Export a handwriting session as Markdown, JSONL, JSON, or Excalidraw for sharing, review, or stroke replay. Leave session ID blank to export the current session.
Instructions
【递纸】导出一个手写会话为可移植格式:md(人类可读+识别文本)、jsonl(原始日志)、json(笔画重放)、excalidraw(可在 Excalidraw 打开)。session_id 留空则用当前会话。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | 导出格式,默认 md | |
| session_id | No | 会话 ID,来自 list_sessions;留空=当前会话 |