diff --git a/examples/cai/simple_one_tool_test_streamed.py b/examples/cai/simple_one_tool_test_streamed.py index 08ea6a35..4a8475f8 100644 --- a/examples/cai/simple_one_tool_test_streamed.py +++ b/examples/cai/simple_one_tool_test_streamed.py @@ -44,7 +44,7 @@ async def main(): print("Agent: ", end="", flush=True) # Run the agent with a simple test message in streaming mode - result = Runner.run_streamed(agent, "Explain what you can do in a few sentences. Don't use any tools.") + result = Runner.run_streamed(agent, "Hello! Can you introduce yourself and explain what you can do?") # Process the streaming response async for event in result.stream_events():