I have a need to access information on documents that have highly sensitive information on them. I have created a list of 7 prompts for one type of document, and then 30 prompts to access the information in a Temporary chat, to glean the information from those documents in a private way. The issue is that if I give it all 30 prompts all at once, it gives me very limited information from each prompt, but if I put in the prompts 1 by 1, it gives me the amount of detail that I need. The issue is that entering each prompt 1 by 1 takes a very long time.
I would like to create a GPT that could glean that information from the document by implementing one prompt at a time, automatically, without me having to go in and continually make the process happen. Additionally, it would have to give me all of the information in the end in one thing that I can click to copy to paste icon instead of having to do it for each section.
My efforts thus far have just resulted in them running all of the prompts at 1 time. Does anyone know how to make them execute each prompt separately, but without me having to do anything once I’ve started the process?
So, the GPT would be fairly simple and only for my use. I would upload a pdf document. I would give it a prompt similar to " Please tell me everything about this MET Evaluation in detail. Please omit any personal information such as names, addresses, the name of the school, phone numbers or fax numbers. Please refer to the student as ######. Also, please do not make anything up when looking over this. If you don’t know it, or the report doesn’t say it, just tell me."
After that, it should prompt me for the code name of the student. After I give it that, I don’t want to do anything else until it’s done processing the 29 other prompts". When, I want to be able to copy and paste all of the data that it got from running each of the prompts one at a time.
Currently, when I give it the 30 prompts, it will ask me for the name, but then it will run all 30 prompts as if though it’s just one inquiry. Therefore, I get about 30 short one sentence bullet points instead of about 15 to 25 pages of data. What I don’t know how to do is to have it process each prompt as an individual inquiry.