From 65395b1112972964bb09f8973ac7e01e99b80c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Fri, 9 Jan 2026 16:44:04 -0800 Subject: [PATCH] examples(foundational): add missing transport.output() to 49c --- examples/foundational/49c-thinking-functions-anthropic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/foundational/49c-thinking-functions-anthropic.py b/examples/foundational/49c-thinking-functions-anthropic.py index 6480c7390..b18f672f6 100644 --- a/examples/foundational/49c-thinking-functions-anthropic.py +++ b/examples/foundational/49c-thinking-functions-anthropic.py @@ -127,6 +127,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments): user_aggregator, # User responses llm, # LLM tts, # TTS + transport.output(), # Transport bot output assistant_aggregator, # Assistant spoken responses ] )