diff --git a/docs_new/getting-started/quickstart.mdx b/docs_new/getting-started/quickstart.mdx index 78c10576..d6f9a6e9 100644 --- a/docs_new/getting-started/quickstart.mdx +++ b/docs_new/getting-started/quickstart.mdx @@ -21,8 +21,7 @@ Get up and running with Agency Swarm quickly by following these steps: ## Start from Scratch -1. **Create Tools**: Define your custom tools with [Instructor](https://github.com/jxnl/instructor). - All tools must extend the `BaseTool` class and implement the `run` method. +1. **Create Tools**: Define your custom tools by extending the `BaseTool` class. ```python from agency_swarm.tools import BaseTool from pydantic import Field