Tools
Tools Overview
How to use tools with Danswer
Tools are a way to give an Assistant additional capabilities. They allow the assistant to do things like:
- Fetch information from an external source (e.g. a database, an API, the Internet, etc.)
- Perform actions (e.g. write to a database, send an email, etc.)
- Generate content (e.g. generate an Image, create a plot, etc.)
By default, we have a three tools built-in to Danswer. These are:
-
SearchTool
. This is the core of Danswer. Adding this tool to an Assistant allows it to search over the knowledge you’ve connected up to Danswer throughConnectors
. This is the only tool available to the defaultDanswer
assistant. -
ImageGenerationTool
. This leverages DALLE-3 to generate images. -
InternetSearchTool
. This uses Bing to search the internet. To enable this as an option, set theBING_API_KEY
environment variable.