From 7619f17c1a04dec87febc8886a5cffe86380ecf2 Mon Sep 17 00:00:00 2001 From: Nick Bobrowski <39348559+bonk1t@users.noreply.github.com> Date: Fri, 22 Nov 2024 00:46:57 +0000 Subject: [PATCH] Update quickstart.mdx --- docs_new/getting-started/quickstart.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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