fix: fix pre-commit check issue

Signed-off-by: reidliu <reid201711@gmail.com>
This commit is contained in:
reidliu 2025-03-02 18:43:14 +08:00
parent 52977e56a8
commit 933f68822e

View file

@ -127,7 +127,7 @@ MCP tools require:
## Adding Custom Tools ## Adding Custom Tools
When you want to use tools other than the built-in tools, you can implement a python function and decorate it with `@client_tool`. When you want to use tools other than the built-in tools, you can implement a python function and decorate it with `@client_tool`.
To define a custom tool, you need to use the `@client_tool` decorator. To define a custom tool, you need to use the `@client_tool` decorator.
```python ```python