Examples: Fix context_aggregator.assistant() pipeline position

This commit is contained in:
Mark Backman
2025-04-02 16:11:03 -04:00
parent 1ec20b2e74
commit 2579d0cf57
6 changed files with 6 additions and 6 deletions

View File

@@ -261,8 +261,8 @@ async def main():
context_aggregator.user(),
llm, # LLM
tts,
context_aggregator.assistant(),
transport.output(), # Transport bot output
context_aggregator.assistant(),
]
)