- Select the magnifying glass icon on the sidebar of VSCode.
- In the search bar type
class [task name]. - You’ll likely end up with 3 search results. Find the result that is your task name exactly (it will not have input or output at the end).
- Locate the
instructionsvariable. - Type any instructions you want to add between the set of
“” - Rescore the task.
- Repeat as needed to get your desired accuracy score.
-r [adjustment] at the end of workflowai task playground [task name].
Ex: -r "model=gpt-3.5-turbo-0613" or -r "temperature=0.5". Multiple flags can be used together.
Example scenario (cont’d):
You want to make it clear to the AI that the arrival time for flight events should be much earlier. In order to note this you could add instructions like: assume the default arrival time for flight events is 2 hours.
Stuck on anything? You can always type workflowai --help or workflowai task --help to get a list of available commands.