Actions
Actions Overview
How to use Actions with Onyx
Actions 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, or the Internet)
- Perform actions (e.g. write to a database or send an email)
- Generate content (e.g. generate an image or create a plot)
By default, we have two actions built-in to Onyx. These are:
-
Knowledge
. This is the core of Onyx. Adding this action to an Assistant allows it to search over the knowledge you’ve connected up to Onyx throughConnectors
. This is the only action available to the defaultOnyx
assistant. -
Image Generation
. This allows your assistant to generate images using DALL-E 3.