Skip to content

Commit

Permalink
feat (docs): add pre-built tools section (#1940)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed Jun 13, 2024
1 parent fb69406 commit 9b3afb1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions content/docs/03-ai-sdk-core/15-tools-and-tool-calling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,17 @@ const result = await generateText({
'What is the weather in San Francisco and what attractions should I visit?',
});
```

## Pre-Built Tools

When you work with tools, you typically need a mix of application specific tools and general purpose tools.
There are several providers that offer pre-built tools that you can use out of the box:

- **[agentic](https://github.com/transitive-bullshit/agentic)** - A collection of 20+ tools. Most tools connect to access external APIs such as [Exa](https://exa.ai/) or [E2B](https://e2b.dev/).
- **[browserbase](https://github.com/browserbase/js-sdk?tab=readme-ov-file#vercel-ai-sdk-integration)** - Browser tool that runs a headless browser

<Note>
Do you have open source tools or tool libraries that are compatible with the
Vercel AI SDK? Please [file a pull
request](https://github.com/vercel/ai/pulls) to add them to this list.
</Note>

0 comments on commit 9b3afb1

Please sign in to comment.