added changelog for new assistant turn events

This commit is contained in:
Aleix Conchillo Flaqué
2026-01-08 17:57:31 -08:00
parent 24a52375c7
commit dafcd0448f

4
changelog/3385.added.md Normal file
View File

@@ -0,0 +1,4 @@
- `LLMAssistantAggregator` now exposes the following events:
- `on_assistant_turn_started`: triggered when the assistant turn starts
- `on_assistant_turn_stopped`: triggered when the assistant turn ends
- `on_assistant_thought`: triggered when there's an assistant thought available