From a5e53366bb7374fa329a7830f73fa12b060c787a Mon Sep 17 00:00:00 2001 From: Bakunga Bronson <51344005+BakungaBronson@users.noreply.github.com> Date: Sat, 25 Jan 2025 06:07:11 +0800 Subject: [PATCH] Fixed link to client tools python file --- docs/source/building_applications/tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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