diff options
Diffstat (limited to 'libpanto/src/json.zig')
| -rw-r--r-- | libpanto/src/json.zig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libpanto/src/json.zig b/libpanto/src/json.zig new file mode 100644 index 0000000..542391e --- /dev/null +++ b/libpanto/src/json.zig @@ -0,0 +1,4 @@ +// Serialization helpers — model → wire JSON, deltas → ContentBlocks. +// Implementation pending; this module will handle: +// 1. Serialize Conversation → OpenAI request body JSON +// 2. Parse SSE chunk deltas → ContentBlock updates |
