summaryrefslogtreecommitdiff
path: root/libawl/src/json.zig
diff options
context:
space:
mode:
authorT <t@tjp.lol>2026-05-25 12:19:50 -0700
committerT <t@tjp.lol>2026-05-25 12:39:24 -0700
commite8272efd9f71ad27a0e62b6b3fa3d13e99a6736f (patch)
tree16932c3f947aac908e15b77a71f9db3184e18a5c /libawl/src/json.zig
parent52b2ca78aed7950af27d4865aee65da781514a99 (diff)
work
Diffstat (limited to 'libawl/src/json.zig')
-rw-r--r--libawl/src/json.zig4
1 files changed, 0 insertions, 4 deletions
diff --git a/libawl/src/json.zig b/libawl/src/json.zig
deleted file mode 100644
index 542391e..0000000
--- a/libawl/src/json.zig
+++ /dev/null
@@ -1,4 +0,0 @@
-// 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