Skip to content

Commit

Permalink
Update quickstart.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
bonk1t committed Nov 22, 2024
1 parent b9b6f22 commit 7619f17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs_new/getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7619f17

Please sign in to comment.