Minor tweak to an example for clarity.

This commit is contained in:
Paul Kompfner
2025-11-05 14:35:21 -05:00
parent 61aec08794
commit 13d6078ea0

View File

@@ -107,7 +107,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
await mcp.register_tools_schema(tools, llm)
context = LLMContext([{"role": "user", "content": "Please introduce yourself."}], NOT_GIVEN)
context = LLMContext([{"role": "user", "content": "Please introduce yourself."}])
context_aggregator = LLMContextAggregatorPair(context)
pipeline = Pipeline(