diff --git a/packages/agent/README.md b/packages/agent/README.md index b527e7f0..99e455c7 100644 --- a/packages/agent/README.md +++ b/packages/agent/README.md @@ -270,7 +270,7 @@ const agent = new Agent({ ## Tools -Tools extend `Tool` from pi-ai with an `execute` function: +Define tools using `AgentTool`: ```typescript import { Type } from "@sinclair/typebox";