fix formatting and update CHANGELOG

This commit is contained in:
Aleix Conchillo Flaqué
2025-07-31 10:41:11 -07:00
parent 8b97ab70ff
commit 7553f670af
2 changed files with 5 additions and 1 deletions

View File

@@ -1022,7 +1022,6 @@ class LLMUserResponseAggregator(LLMUserContextAggregator):
await self.push_frame(frame)
class LLMAssistantResponseAggregator(LLMAssistantContextAggregator):
"""Assistant response aggregator that outputs LLMMessagesFrame instead of context frames.