llama-stack-mirror/docs/source/building_applications
Reid e84f1a5549
fix: fix pre-commit check issue (#1349)
# What does this PR do?
[Provide a short summary of what this PR does and why. Link to relevant
issues if applicable.]

For
3805604220

```
Fixing docs/source/building_applications/tools.md

check for added large files..............................................Passed
fix end of files.........................................................Passed
Insert license in comments...............................................Passed
ruff.....................................................................Passed
ruff-format..............................................................Passed
blacken-docs.............................................................Passed
uv-lock..................................................................Passed
uv-export................................................................Passed
mypy.....................................................................Passed
Distribution Template Codegen............................................Passed
pre-commit hook(s) made changes.
If you are seeing this message in CI, reproduce locally with: `pre-commit run --all-files`.
To run `pre-commit` as part of git workflow, use `pre-commit install`.
All changes made by hooks:
diff --git a/docs/source/building_applications/tools.md b/docs/source/building_applications/tools.md
index afffbc8..5a569ff 100644
--- a/docs/source/building_applications/tools.md
+++ b/docs/source/building_applications/tools.md
@@ -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
Error: Process completed with exit code 1.
```

[//]: # (If resolving an issue, uncomment and update the line below)
[//]: # (Closes #[issue-number])

## Test Plan
[Describe the tests you ran to verify your changes with result
summaries. *Provide clear instructions so the plan can be easily
re-executed.*]

[//]: # (## Documentation)

Signed-off-by: reidliu <reid201711@gmail.com>
Co-authored-by: reidliu <reid201711@gmail.com>
2025-03-02 11:13:17 -05:00
..
agent.md docs: update Agent documentation (#1333) 2025-03-01 22:34:52 -08:00
agent_execution_loop.md docs: update Agent documentation (#1333) 2025-03-01 22:34:52 -08:00
evals.md docs: update Agent documentation (#1333) 2025-03-01 22:34:52 -08:00
evaluation.md fix!: update eval-tasks -> benchmarks (#1032) 2025-02-13 16:40:58 -08:00
index.md docs: update Agent documentation (#1333) 2025-03-01 22:34:52 -08:00
rag.md docs: update Agent documentation (#1333) 2025-03-01 22:34:52 -08:00
rag.png Update docs for RAG and improve CONTRIBUTING.md 2025-01-28 06:09:48 -08:00
safety.md Fix precommit check after moving to ruff (#927) 2025-02-02 06:46:45 -08:00
telemetry.md Fix precommit check after moving to ruff (#927) 2025-02-02 06:46:45 -08:00
tools.md fix: fix pre-commit check issue (#1349) 2025-03-02 11:13:17 -05:00