Merge pull request #3529 from lukepayyapilli/fix/llm-timeout-without-retry

feat: handle exceptions for BaseOpenAILLMService
This commit is contained in:
Mark Backman
2026-01-29 09:12:54 -05:00
committed by GitHub
3 changed files with 168 additions and 1 deletions

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

@@ -0,0 +1 @@
- Fixed OpenAI LLM services to emit `ErrorFrame` on completion timeout, enabling proper error handling and LLMSwitcher failover.