From 13d6078ea07b6ca592741b5cf1a4e5e4a3671d48 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Wed, 5 Nov 2025 14:35:21 -0500 Subject: [PATCH] Minor tweak to an example for clarity. --- examples/foundational/39d-mcp-run-http-gemini-live.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/foundational/39d-mcp-run-http-gemini-live.py b/examples/foundational/39d-mcp-run-http-gemini-live.py index 3b9cd503e..b4dfbb01e 100644 --- a/examples/foundational/39d-mcp-run-http-gemini-live.py +++ b/examples/foundational/39d-mcp-run-http-gemini-live.py @@ -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(