docs: add changelog for OpenAI Responses API service

This commit is contained in:
Paul Kompfner
2026-03-18 11:46:49 -04:00
parent 45186cc4ce
commit eaccb96454

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

@@ -0,0 +1 @@
- Added `OpenAIResponsesLLMService`, a new LLM service that uses the OpenAI Responses API. Supports streaming text, function calling, usage metrics, and out-of-band inference. Works with the universal `LLMContext` and `LLMContextAggregatorPair`. See `examples/foundational/07-interruptible-openai-responses.py` and `14-function-calling-openai-responses.py`.