fix: emit ErrorFrame on LLM completion timeout

This commit is contained in:
Luke Payyapilli
2026-01-28 09:42:22 -05:00
parent 06ec21387f
commit ff0eb6d286
3 changed files with 130 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.