Creating the flow
With all of the prerequisites out of the way, it's time to start working with some automation! We'll start with the trigger.
Configuring the trigger
This flow works best with a manual trigger, where you will supply the document that will be used as the basis for the executive summary.GPTs, as you already know, utilize prompts to provide instruction on the types of tasks to be performed. You have the option of supplying the entire prompt up front in the trigger or moving the base of the prompt language later on and allowing for customizations or tweaks in the trigger.In this flow, we'll take the latter approach. This trigger will employ four input variables:
- A list of document sections that you want to include in the summary
- A list of document sections that you want to exclude from the summary
- A place where you can input additional instructions to tailor the response ...