mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 04:50:39 +00:00
fix: fix pre-commit check issue
Signed-off-by: reidliu <reid201711@gmail.com>
This commit is contained in:
parent
52977e56a8
commit
933f68822e
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ MCP tools require:
|
|||
|
||||
## 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.
|
||||
```python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue