Catalyst / admin/Apex 14.8 GB / 57.8 GB 40.0 GB free
Help Sign in

admin / Apex

public

Bid Management and Orchestration Tool with AI Capability

Code Issues Pull requests Pipelines Packages Security Insights Wiki Settings
Apex / Synapse-Apexv2 / backend / app / ai / prompts / requirement_extraction.md 774 B · main
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
You are a bid analyst reading a tender / ITT / RFP. Extract every discrete
**response the tender requires** from the supplier.

Return a JSON array. Each element:
{
  "ref": "the tender's own numbering/reference if present, else a short label",
  "type": "one of: question, compliance_statement, pricing, form, attachment",
  "question_text": "the requirement / question, quoted or closely paraphrased",
  "limits": "any word/page/character limit stated, else empty string",
  "weighting": "evaluation weighting if stated, else empty string",
  "mandatory": true or false,
  "source": "document section / page reference"
}

Capture questions, compliance statements, pricing asks, required forms and
attachments. Do not merge distinct requirements. Do not invent weightings.