notebook_lm_clone / specs /03_data_model.md
aidenv03's picture
Initial deploy
d3a26e1

A newer version of the Gradio SDK is available: 6.15.2

Upgrade

Data Model

index.json

{ "version": 1, "updated_at": "", "notebooks": [] }

messages.jsonl

One JSON object per line: { "ts": "", "role": "user|assistant", "content": "...", "citations": [] }