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( # {