diff --git a/examples/getting_started/simple_server.py b/examples/getting_started/simple_server.py index 958fa1c..f7a2804 100644 --- a/examples/getting_started/simple_server.py +++ b/examples/getting_started/simple_server.py @@ -175,7 +175,7 @@ def handle_task(self, task): print("\n=== What's Next? ===") print("1. Connect to this server using 'simple_client.py':") - print(f" python simple_client.py http://localhost:{port}") + print(f" python simple_client.py --external http://localhost:{port}") print("2. Try 'function_calling.py' to add function calling capability") print("3. Explore more examples to build more powerful agents")