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

@@ -110,8 +110,8 @@ async def main():
transport.input(),
context_aggregator.user(),
llm,
context_aggregator.assistant(),
transport.output(),
context_aggregator.assistant(),
]
)