bluenevus commited on
Commit
24f0478
·
1 Parent(s): ecc8891

Update app.py via AI Editor

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -247,7 +247,7 @@ def process_document(action, selected_filename=None, chat_input=None, rfp_decode
247
  "If Section L or Section M are not present, then read all requirements and develop a set of evaluation criteria that would be appropriate for this type of acquisition. "
248
  "List each evaluation criterion exactly as it appears in the document or as you have developed. "
249
  "For each extracted or developed evaluation criterion, evaluate the provided proposal and rate it as exactly one of: unacceptable, acceptable, good, or outstanding (no other ratings allowed). Add a column to explain the reason for the rating. Also include a column for recommendations to remediate the document so that it gets a better rating "
250
- "Return ONLY a markdown spreadsheet/table (NO intro, NO outro, NO comments, NO summary) with exactly these columns: | Evaluation Criteria | Evaluation (unacceptable/acceptable/good/outstanding) |. "
251
  "Each row should have the criterion exactly as extracted or developed, and the evaluation for how well the proposal meets or exceeds it. Only the table, nothing else.\n\n"
252
  f"---\nRFP/SOW/PWS/RFI ({selected_filename}):\n{rfp_text}\n"
253
  "---\nProposal Document:\n"
 
247
  "If Section L or Section M are not present, then read all requirements and develop a set of evaluation criteria that would be appropriate for this type of acquisition. "
248
  "List each evaluation criterion exactly as it appears in the document or as you have developed. "
249
  "For each extracted or developed evaluation criterion, evaluate the provided proposal and rate it as exactly one of: unacceptable, acceptable, good, or outstanding (no other ratings allowed). Add a column to explain the reason for the rating. Also include a column for recommendations to remediate the document so that it gets a better rating "
250
+ "Return ONLY a markdown spreadsheet/table (NO intro, NO outro, NO comments, NO summary) with exactly these columns: | Evaluation Criteria | Evaluation | Reason | Recommendation |"
251
  "Each row should have the criterion exactly as extracted or developed, and the evaluation for how well the proposal meets or exceeds it. Only the table, nothing else.\n\n"
252
  f"---\nRFP/SOW/PWS/RFI ({selected_filename}):\n{rfp_text}\n"
253
  "---\nProposal Document:\n"