mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 10:42:39 +00:00
Fixed link to client tools python file
This commit is contained in:
parent
e76f5be794
commit
a5e53366bb
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ config = AgentConfig(
|
|||
)
|
||||
```
|
||||
|
||||
Refer to [llama-stack-apps](https://github.com/meta-llama/llama-stack-apps/blob/main/examples/agents/e2e_loop_with_custom_tools.py) for an example of how to use client provided tools.
|
||||
Refer to [llama-stack-apps](https://github.com/meta-llama/llama-stack-apps/blob/main/examples/agents/e2e_loop_with_client_tools.py) for an example of how to use client provided tools.
|
||||
|
||||
## Tool Structure
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue