From 41fa7e05937ed4bb103669204504375b19e1f3d0 Mon Sep 17 00:00:00 2001 From: Hew Li Yang Date: Wed, 6 Aug 2025 01:51:10 +0800 Subject: [PATCH] readme: fix python tool ref --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76b998ef..5c7592ad 100644 --- a/README.md +++ b/README.md @@ -399,7 +399,7 @@ The model got trained on using a python tool to perform calculations and other a #### Usage -To enable the browser tool, you'll have to place the definition into the `system` message of your harmony formatted prompt. You can either use the `with_python()` method if your tool implements the full interface or modify the definition using `with_tools()`. For example: +To enable the python tool, you'll have to place the definition into the `system` message of your harmony formatted prompt. You can either use the `with_python()` method if your tool implements the full interface or modify the definition using `with_tools()`. For example: ```python import datetime