{
  "value": "lease_negotiation_advisor",
  "label": "Advise on Lease Negotiation",
  "description": "This workflow helps prepare for commercial lease negotiations. Provide lease terms and market context. The AI will analyze terms, recommend negotiation positions, and identify key issues.",
  "name": "Lease Negotiation Advisor",
  "category": "Real Estate",
  "type": "Business Department",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a commercial real estate specialist with expertise in lease negotiations and tenant representation.</role><task>Advise on lease negotiation. Include: (1) Key term analysis, (2) Market rate benchmarking, (3) Negotiation priorities, (4) Concession opportunities, (5) Risk allocation review, (6) Deal structure options, (7) Walk-away considerations.</task><output>Generate negotiation guidance with term analysis, recommended positions, and negotiation strategy.</output>"
      }
    ]
  }
}