Workflows AI Assistant
Use the Workflows AI Assistant to help build and debug Workflows.
Last updated
Was this helpful?
Use the Workflows AI Assistant to help build and debug Workflows.
Last updated
Was this helpful?
The Workflows AI Assistant lets you build, update, and debug Workflows from a chat interface.
The Workflows AI Assistant can answer questions about an existing Workflow, make changes based on the goal you have for your project, and fix errors in your Workflow if you encounter one.
To use the Workflows AI Assistant, click the sparkle icon on the left side of the Workflows editing window:
The AI Assistant will open as a sidebar in your Workflows editor:
You can then start to ask questions in the chat interface.
You can ask the Workflows AI Assistant to make changes to your Workflow.
For example, you could ask to:
Add object tracking to a Workflow.
Make your current Workflow run only if a classification model returns a certain result.
Change the confidence threshold of a model used in a Workflow.
When you do, the AI Assistant will make changes, then ask whether you want to save them to your Workflow or revert the changes.
Changes are not saved to your production Workflow until you save changes.
Here is an example of a Workflow where a CSV block was added after asking the Assistant to save records to a CSV file:
Of note, the block may not be configured when added. In this example, the CSV Formatter is created and connected to the relevant block — the one that returns tracked predictions — but does not save any results. You can click into any blocks created by the Workflows AI Assistant to make the necessary configurations according to your project needs.