summaryrefslogtreecommitdiff
path: root/libpanto/src/provider_openai.zig
blob: c459a9eadd68b67e6d9e22516978aaf412f65216 (plain)
1
2
3
4
5
6
// OpenAI-compatible provider implementation.
// Implementation pending; this module will:
//   - Convert Conversation → OpenAI wire JSON
//   - Make HTTP POST with stream: true
//   - Parse SSE events, drive block boundary state machine
//   - Call the full Receiver callback sequence