From 05e1d9f514f6da8a78784678f94e924a1595eaa3 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Wed, 18 Mar 2026 11:46:49 -0400 Subject: [PATCH] docs: add changelog for OpenAI Responses API service --- changelog/4074.added.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4074.added.md diff --git a/changelog/4074.added.md b/changelog/4074.added.md new file mode 100644 index 000000000..c27a8e3cf --- /dev/null +++ b/changelog/4074.added.md @@ -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`.