diff --git a/docs/tools.md b/docs/tools.md index 6fd0784e..1f38307e 100644 --- a/docs/tools.md +++ b/docs/tools.md @@ -58,7 +58,7 @@ Tool call: llm_version({}) The installed version of the LLM is 0.26a0. ``` -Further tools can be installed using plugins, or you can use the `llm --functions` option to pass tools implemented as PYthon functions directly, as {ref}`described here `. +Further tools can be installed using plugins, or you can use the `llm --functions` option to pass tools implemented as Python functions directly, as {ref}`described here `. (tools-implementation)=