examples(foundational): add 28-user-assistant-turns.py

This commit is contained in:
Aleix Conchillo Flaqué
2026-01-08 20:13:44 -08:00
parent c16801e524
commit 8f47c569f9
2 changed files with 218 additions and 0 deletions

1
changelog/3385.other.md Normal file
View File

@@ -0,0 +1 @@
- Added a new foundational example `28-user-assistant-turns.py` that shows how to use the new `LLMUserAggregator` and `LLMAssistantAggregator` events to gather a conversation transcript.