Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 2_typescript/3_agent/act.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> **_NOTE:_** Make sure to use zod v3 for this code (and not the latest release v4)!
> **_NOTE:_** at this time, this code expects zod v3


### 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.
Expand Down