Overview
What is a task?
The basis of thinking in WorkflowAI
WorkflowAI makes integrating LLM’s into your code simple. This is handled through the concepts of ‘tasks’ which let you create a repeatable workflow and optimize it for speed, effeciency and cost.
Task Structure
A task has 3 parts
1
Task Description
What you want your task to acheive
2
Input
The inputs that your task will take in
3
Output
The outputs of your task that will feed into your application
Ready to get started? Visit our setup guide.