Commit f2d7a55
feat(export): add JSONL_FLAT export format (HYBIM-788)
Port upstream commit 6ccd06a from rungalileo/galileo-python (PR #621).
Adds LLMExportFormat.JSONL_FLAT enum value and treats it identically to
JSONL in the streaming decode path so callers can request flattened output.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 91f72dd commit f2d7a55
4 files changed
Lines changed: 27 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26606 | 26606 | | |
26607 | 26607 | | |
26608 | 26608 | | |
| 26609 | + | |
26609 | 26610 | | |
26610 | 26611 | | |
26611 | 26612 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
0 commit comments