#4187 Scripted Document Review
#4187 Scripted Document Review #4187 Consider the the following application design: """ # INPUTS # Document to be reviewed # Script.txt: Text file with questions, requirements, regex, prompts # OUTPUTS # Report file Optional: For all PDF documents in directory: Foe each document: Read Script.txt For each text_row in Script: Call LLM with sys_instruction CALL LLM with document and text_row Write text_row and response to report file Sys_Instructions: You are a [...] specialist. Your role is to assess a file that the user provides against specified criteria, either requirements, questions, regex, or a prompt. #====================================================================================== Example Prompts: Requirement Analyze the provided document to determine whether the specified [REQUIREMENT] is satisfied, and explain your answer ...