diff --git a/docs/user-guide/concepts/interrupts.md b/docs/user-guide/concepts/interrupts.md index e333b149..cb2000b0 100644 --- a/docs/user-guide/concepts/interrupts.md +++ b/docs/user-guide/concepts/interrupts.md @@ -156,7 +156,7 @@ agent = Agent( ``` -> ⚠️ Interrupts are not supported in direct tool calls (i.e., calls such as `agent.tool.my_tool()`). +> ⚠️ Interrupts are not supported in [direct tool calls](./tools/tools_overview.md#direct-method-calls) (i.e., calls such as `agent.tool.my_tool()`). ### Components