From ccdd6cde52da82ea383c1984083a157f44dec42d Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Thu, 11 Dec 2025 17:05:09 -0500 Subject: [PATCH] Fix a couple of typos in comments --- examples/foundational/49a-thinking-anthropic.py | 2 +- examples/foundational/49b-thinking-google.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/foundational/49a-thinking-anthropic.py b/examples/foundational/49a-thinking-anthropic.py index a4a315ac5..4066a15c0 100644 --- a/examples/foundational/49a-thinking-anthropic.py +++ b/examples/foundational/49a-thinking-anthropic.py @@ -118,7 +118,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments): "content": "Say hello briefly.", } ) - # Here are some example example prompts conducive to demonstrating + # Here are some example prompts conducive to demonstrating # thinking (picked from Google and Anthropic docs). # messages.append( # { diff --git a/examples/foundational/49b-thinking-google.py b/examples/foundational/49b-thinking-google.py index 40d82dec0..947ab39c9 100644 --- a/examples/foundational/49b-thinking-google.py +++ b/examples/foundational/49b-thinking-google.py @@ -123,7 +123,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments): "content": "Say hello briefly.", } ) - # Here are some example example prompts conducive to demonstrating + # Here are some example prompts conducive to demonstrating # thinking (picked from Google and Anthropic docs). # messages.append( # {