Skip to content

Commit 4f478c1

Browse files
authored
Update tool-repository.md
/for-tool-callers/tool-repository from utcp.client import UtcpClient from utcp.client.utcp_client import UtcpClient
1 parent 3172d8f commit 4f478c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/for-tool-callers/tool-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class JsonFileToolRepository(ToolRepository):
7373
You can then instruct the `UtcpClient` to use your custom repository during instantiation:
7474

7575
```python
76-
from utcp.client import UtcpClient
76+
from utcp.client.utcp_client import UtcpClient
7777

7878
# Instantiate your custom repository
7979
json_repo = JsonFileToolRepository("my_tools.json")

0 commit comments

Comments
 (0)