From 3b947b7844a110f09260d1f3b7185de3037b32e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Fri, 6 Mar 2026 20:56:02 -0800 Subject: [PATCH] Add changelog for #3947 --- changelog/3947.added.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3947.added.md diff --git a/changelog/3947.added.md b/changelog/3947.added.md new file mode 100644 index 000000000..175cb87bd --- /dev/null +++ b/changelog/3947.added.md @@ -0,0 +1 @@ +- Exposed `on_summary_applied` event on `LLMAssistantAggregator`, allowing users to listen for context summarization events without accessing private members.