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

@@ -172,7 +172,7 @@ indicate you should use the get_image tool are:
]
context = LLMContext(messages, tools)
context_aggregator = LLMContextAggregatorPair.create(context)
context_aggregator = LLMContextAggregatorPair(context)
pipeline = Pipeline(
[