Spaces:
Sleeping
Sleeping
Fix PRD prompt
Browse files- 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 = """
|
| 615 |
-
|
| 616 |
-
|
| 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.
|