diff options
| author | T <t@tjp.lol> | 2026-04-26 11:09:37 -0600 |
|---|---|---|
| committer | T <t@tjp.lol> | 2026-05-25 11:48:47 -0700 |
| commit | 52b2ca78aed7950af27d4865aee65da781514a99 (patch) | |
| tree | 24f512e67afd677b6c0d8a8064819e8f5332d28d /libawl/src/json.zig | |
| parent | d3d5a6295a67bdc99e35e5bfd77359d98a850c3f (diff) | |
Initial work, and name change to pantograph
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 |
