jesshewyz commited on
Commit
ebbfc78
·
verified ·
1 Parent(s): 64ce129

Fix PRD prompt

Browse files
Files changed (1) hide show
  1. prompts.py +3 -3
prompts.py CHANGED
@@ -611,9 +611,9 @@ Use the following methodology:
611
  -Just return the csv text and NOTHING else, omit the ``` code guards.
612
  """
613
 
614
- structure_qa = """Rewrite this for clarity while keeping all specific details, metrics, and constraints.
615
- Do not include context or assumptions beyond the input provided.
616
- Structure the document to ensure clarity and logical flow.
617
  """
618
 
619
  quotation_analysis_prompt = """Provide a concise, actionable report for a project manager to evaluate how well the quotation aligns with the project requirements ,identify mismatches between the project requirements and the quotation and recommend improvements.
 
611
  -Just return the csv text and NOTHING else, omit the ``` code guards.
612
  """
613
 
614
+ structure_qa = """Transform the provided client Q&A into a comprehensive Product Requirements Document (PRD).Retain ALL specific details, metrics, and constraints provided in the client Q&A. Do not add, omit, or alter any information from the input. Ensure the document is clear, concise, and well-structured for use by development and design teams.
615
+
616
+ Just give me the succint, clear, detailed document without the table of content.
617
  """
618
 
619
  quotation_analysis_prompt = """Provide a concise, actionable report for a project manager to evaluate how well the quotation aligns with the project requirements ,identify mismatches between the project requirements and the quotation and recommend improvements.