Commit eed14a8
Developer
feat(api): add streaming support and fix test isolation
- Add AnthropicStreamingRequest with stream: true for SSE
- Implement parse_sse_stream for real-time response parsing
- Extract do_send_with_retry as generic retry function
- Fix test parallel race conditions with #[serial]
- Add SSE event parsing unit tests
- Remove broken providers_test_generated.rs
- Add futures dependency for StreamExt
- Fix Metric/ChannelConfig import errors1 parent 56a8323 commit eed14a8
File tree
5 files changed
+363
-842
lines changed- src
5 files changed
+363
-842
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
0 commit comments