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

@@ -230,8 +230,8 @@ Remember, your responses should be short. Just one or two sentences, usually."""
transport.input(), # Transport user input
context_aggregator.user(),
llm, # LLM
context_aggregator.assistant(),
transport.output(), # Transport bot output
context_aggregator.assistant(),
]
)