Add changelog for WebSocket OpenAI Responses service

This commit is contained in:
Paul Kompfner
2026-03-25 12:17:11 -04:00
parent f2a8a9e753
commit 59d28f9fd2

1
changelog/4141.added.md Normal file
View File

@@ -0,0 +1 @@
- ⚠️ Added WebSocket-based `OpenAIResponsesLLMService` as the new default for the OpenAI Responses API. It maintains a persistent connection to `wss://api.openai.com/v1/responses` and automatically uses `previous_response_id` to send only incremental context, falling back to full context on reconnection or cache miss. The previous HTTP-based implementation is now available as `OpenAIResponsesHttpLLMService`.