Newbie here - appreciate any help in seperating structured openai output into different values (same as their numbered neadings) which can then be used in other apps eg notion
I have used OpenAI to generate output from transcribed meeting notes in a specific structure,
- Meeting Details: date, time, form of meeting
- Objectives: primary goal or purpose of the meeting.
- Agenda Items: Identify and list the main topics that were discussed.
- Key Discussions: For each agenda item, a brief summary of the main points discussed, including any relevant background context necessary for understanding.
- Action Items: follow up action items, by whom, when
The output is numbered as above, and has the headings and content as above.
However, I cannot find a way to have each of these numbered/headered areas to be seperated with their content (they are multiple lines, not single lines) into different values and which can then be added into these header fields within a notion database.
I have also trialed this using mutliple openai prompts (but that uses up a crazy amount of make and openai âcreditsâ.
TIA