Performing Complex Actions by Chaining Functions
In the previous chapter, we learned how to create native plugins, which we used to check the format of Excel and Word documents, and semantic plugins, which we used to verify whether the content of the documents fulfilled our requirements.
In this chapter, we will start by creating a simple pipeline that generates images. The pipeline will receive a text with clues about an animal and will then generate a text that guesses the animal from the clues, as well as generating a picture of the animal.
Later in the chapter, we will continue the application of the previous chapter: verifying whether grant requests fulfill some requirements. For that application, a grant request will come with two files inside a folder: a Word document and an Excel spreadsheet.
Our application checks that the Word document contains a proposal for a vaccination campaign, including the team who will perform it and their experience, and an Excel file that...