Spaces:
Running
Running
| # Data Model | |
| ## index.json | |
| { | |
| "version": 1, | |
| "updated_at": "<iso8601>", | |
| "notebooks": [] | |
| } | |
| ## messages.jsonl | |
| One JSON object per line: | |
| { | |
| "ts": "<iso8601>", | |
| "role": "user|assistant", | |
| "content": "...", | |
| "citations": [] | |
| } | |