416 B
416 B
- ⚠️ Added WebSocket-based
OpenAIResponsesLLMServiceas the new default for the OpenAI Responses API. It maintains a persistent connection towss://api.openai.com/v1/responsesand automatically usesprevious_response_idto send only incremental context, falling back to full context on reconnection or cache miss. The previous HTTP-based implementation is now available asOpenAIResponsesHttpLLMService.