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 52bb7a1 commit 6271906Copy full SHA for 6271906
docs/docs/agents/tools.md
@@ -220,7 +220,7 @@ const response = await agent.invoke({
220
221
Forcing tool usage without stopping conditions can create infinite loops. Use one of the following safeguards:
222
223
- - Mark the tool with [`returnRirect: True`](#return-tool-results-directly) to end the loop after execution.
+ - Mark the tool with [`returnDirect: True`](#return-tool-results-directly) to end the loop after execution.
224
- Set [`recursionLimit`](../concepts/low_level.md#recursion-limit) to restrict the number of execution steps.
225
226
## Handle tool errors
0 commit comments