Requirements: -Must have an azure Open AI api endpoint and key Get started: -Enter all the configurations correctly being sure to enter a valid azure open AI endpoint and api key -Each task has a set of related prompts associated with it. -Tasks may either be sequential or individual. Sequential meaning that the prompts underneath that task will run in order and each prompt will contain all the context of the prompts above it. Individual tasks mean that each prompt is run on its own. -Custom sequential prompts may have up to 5 prompts associated with them -Each task has a single system message that each prompt under that task shares. -Tasks with file output structure will have their output populated in a json file under the taskResults folder that will be populated in the user's project root directory. -If you are adding a task that will follow a line number output structure, take a look at default tasks one and four and structure your #Output section with the same value names |