From 9e5b84198755a6e3d89d5f63f96c9bdef6ea3d84 Mon Sep 17 00:00:00 2001 From: Li Yang <76434265+hewliyang@users.noreply.github.com> Date: Wed, 6 Aug 2025 02:27:31 +0800 Subject: [PATCH] readme: fix python tool ref (#10) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 231697f..01fd4d5 100644 --- a/README.md +++ b/README.md @@ -402,7 +402,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