Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/getting_started/simple_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
Loading