Skip to content

Conversation

@bruce-gene
Copy link
Contributor

Corrected the import statements in the UTCP introduction page.

Updated from:

from utcp.client import UtcpClient

to:

from utcp.client.utcp_client import UtcpClient

This change reflects the correct way to import UtcpClient as per the latest library structure.

Corrected the import statements in the UTCP introduction page.

Updated from:

from utcp.client import UtcpClient

to:

from utcp.client.utcp_client import UtcpClient

This change reflects the correct way to import UtcpClient as per the latest library structure.
@bruce-gene
Copy link
Contributor Author

i, I have submitted a pull request to fix a minor issue in the documentation. Could you please take a look and review it when you have time? Thank you!

@h3xxit h3xxit merged commit 6e52b49 into universal-tool-calling-protocol:main Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants