diff options
Diffstat (limited to 'libawl/src/json.zig')
| -rw-r--r-- | libawl/src/json.zig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libawl/src/json.zig b/libawl/src/json.zig new file mode 100644 index 0000000..542391e --- /dev/null +++ b/libawl/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 |
