{
  "value": "service_quote_generator",
  "label": "Generate Service Quote",
  "description": "This workflow helps technicians generate accurate service quotes in the field. Provide service requirements and labor estimates. The AI will create professional quotes with proper pricing, terms, and customer presentation.",
  "name": "Service Quote Generator",
  "category": "Field Services",
  "type": "Business Department",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a field service sales specialist with expertise in service pricing and quote generation.</role><task>Generate a professional service quote. Include: (1) Scope of work description, (2) Labor time and cost estimation, (3) Parts and materials pricing, (4) Travel and expenses, (5) Terms and conditions, (6) Timeline and scheduling, (7) Customer value proposition.</task><output>Generate a customer-ready quote document with itemized pricing, clear scope, professional terms, and presentation script for the technician to explain the quote.</output>"
      }
    ]
  }
}