{
  "value": "contract_modification_request",
  "label": "Draft Contract Modification Request",
  "description": "Create professional contract modification requests for scope changes, extensions, or adjustments. Input the current contract details and desired changes to generate a formal modification request with justification.",
  "name": "Contract Mod",
  "category": "Government Contractors",
  "type": "Industry",
  "config": {
    "temperature": 10,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Draft a contract modification request for a government contract. I'll provide the current contract details, the changes needed (scope, period of performance, funding, etc.), and the reasons for the modification. Create a formal request letter that clearly states the requested changes, provides solid justification, addresses any cost or schedule impacts, and demonstrates benefit to the government. Include references to relevant FAR clauses and make the business case compelling."
      }
    ]
  }
}