admin / Apex
publicBid Management and Orchestration Tool with AI Capability
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.
|