From 7cf3dc04b06499fd90ac9fee9ec5739df928e7e9 Mon Sep 17 00:00:00 2001 From: Facundo Martin Date: Sat, 24 Jan 2026 15:56:34 -0300 Subject: [PATCH] Update link for 'Agent as Tool Pattern' documentation --- docs/examples/python/multi_agent_example/multi_agent_example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/python/multi_agent_example/multi_agent_example.md b/docs/examples/python/multi_agent_example/multi_agent_example.md index f456b08c..72f40c62 100644 --- a/docs/examples/python/multi_agent_example/multi_agent_example.md +++ b/docs/examples/python/multi_agent_example/multi_agent_example.md @@ -118,7 +118,7 @@ Each specialized agent has a distinct system prompt, and tools in its inventory, ### 3. Agent as Tool Pattern -This example demonstrates the ["Agent as Tool Pattern"](../../../user-guide/concepts/multi-agent/agent-to-agent.md) where Strands agents are wrapped as tools. These tools are then provided to another agent (the Teacher's Assistant), creating a system where agents can use other agents as tools. +This example demonstrates the ["Agent as Tool Pattern"](../../../user-guide/concepts/multi-agent/agents-as-tools.md) where Strands agents are wrapped as tools. These tools are then provided to another agent (the Teacher's Assistant), creating a system where agents can use other agents as tools. ### Sample Interactions