Merge pull request #3663 from lukepayyapilli/fix/stream-close-sambanova-google

fix: close stream on cancellation for SambaNova and Google OpenAI services
This commit is contained in:
Mark Backman
2026-02-06 14:02:31 -05:00
committed by GitHub
5 changed files with 249 additions and 89 deletions

1
changelog/3663.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed `SambaNovaLLMService` and `GoogleLLMOpenAIBetaService` streams not being closed on cancellation/exception, which could leak sockets.