Skip to content

Commit 6271906

Browse files
authored
fix(docs): typo in agents tools.md (#1294)
1 parent 52bb7a1 commit 6271906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/agents/tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ const response = await agent.invoke({
220220

221221
Forcing tool usage without stopping conditions can create infinite loops. Use one of the following safeguards:
222222

223-
- Mark the tool with [`returnRirect: True`](#return-tool-results-directly) to end the loop after execution.
223+
- Mark the tool with [`returnDirect: True`](#return-tool-results-directly) to end the loop after execution.
224224
- Set [`recursionLimit`](../concepts/low_level.md#recursion-limit) to restrict the number of execution steps.
225225

226226
## Handle tool errors

0 commit comments

Comments
 (0)