blob: 542391ec251bf39d477e25b84798ec36f4fd18f4 (
plain)
1
2
3
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
|