Get Started
Creating a task
Making your first task
1
Create a new task
Type workflowai task new
into the terminal and press enter
2
Enter a description for your task
Enter a description of the task that defines the inputs and outputs for the task.
In this context, the input is the information and data you will give you the AI, and the output is what the AI will give back to you.
For more example tasks check out our task of the week blog posts
3
Review the generated task
- WorkflowAI will generate a class for both the input and output (as well as a class for the task description).
- Review, the input and output for the task:
- If you are happy with the generated task, enter
Y
to save - If not, enter
n
and start at step 1
- If you are happy with the generated task, enter
Note: itβs more important to make sure the input and output are correct at this stage. The task description is less important for now.
4
(Optional) Refine your task description
Here are some steps to refine your description to get better results
- a
- b
- c
- d
- e