5 lines
292 B
Markdown
5 lines
292 B
Markdown
- `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
|