diff --git a/2_typescript/3_agent/act.md b/2_typescript/3_agent/act.md index e6ab8ef..130648a 100644 --- a/2_typescript/3_agent/act.md +++ b/2_typescript/3_agent/act.md @@ -48,6 +48,8 @@ With this in mind, we say that the `.act()` API is an automatic "multi-round" to }); ``` +> **_NOTE:_** Make sure to use zod v3 for this code (and not the latest release v4)! + ### What does it mean for an LLM to "use a tool"? LLMs are largely text-in, text-out programs. So, you may ask "how can an LLM use a tool?". The answer is that some LLMs are trained to ask the human to call the tool for them, and expect the tool output to to be provided back in some format.