Change LLMContextAggregatorPair.create(context) to LLMContextAggregatorPair(context)

This commit is contained in:
Paul Kompfner
2025-08-18 16:03:26 -04:00
parent 8fc76a29bc
commit a962459151
3 changed files with 10 additions and 23 deletions

View File

@@ -119,7 +119,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
]
context = LLMContext(messages, tools)
context_aggregator = LLMContextAggregatorPair.create(context)
context_aggregator = LLMContextAggregatorPair(context)
pipeline = Pipeline(
[