Skip to content

Commit cfa130b

Browse files
committed
x
1 parent 004bfe7 commit cfa130b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/oss/langchain/human-in-the-loop.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,10 @@ await agent.invoke(
296296
```
297297
:::
298298

299+
<Tip>
300+
When **editing** tool arguments, make changes conservatively. Significant modifications to the original arguments may cause the model to re-evaluate its approach and potentially execute the tool multiple times or take unexpected actions.
301+
</Tip>
302+
299303
</Tab>
300304

301305
<Tab title="❌ respond">

0 commit comments

Comments
 (0)