Fix a couple of typos in comments

This commit is contained in:
Paul Kompfner
2025-12-11 17:05:09 -05:00
parent 12979293ad
commit ccdd6cde52
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
"content": "Say hello briefly.", "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). # thinking (picked from Google and Anthropic docs).
# messages.append( # messages.append(
# { # {

View File

@@ -123,7 +123,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
"content": "Say hello briefly.", "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). # thinking (picked from Google and Anthropic docs).
# messages.append( # messages.append(
# { # {