We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e9187 commit 9e55e73Copy full SHA for 9e55e73
docs/user-guide/concepts/interrupts.md
@@ -156,7 +156,7 @@ agent = Agent(
156
157
```
158
159
-> ⚠️ 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()`).
160
161
### Components
162
0 commit comments