diff --git a/docs/source/building_applications/tools.md b/docs/source/building_applications/tools.md index 81b4ab68e..c4229b64d 100644 --- a/docs/source/building_applications/tools.md +++ b/docs/source/building_applications/tools.md @@ -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