{
  "value": "patent_application_drafter",
  "label": "Draft Patent Applications",
  "description": "Create patent application sections for life sciences inventions. Input invention details and prior art to generate patent-ready descriptions that protect intellectual property.",
  "name": "Patent Draft",
  "category": "Life Sciences",
  "type": "Industry",
  "config": {
    "temperature": 10,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Draft sections of a life sciences patent application. I'll provide the invention details, how it works, and what makes it novel. Create patent application content including detailed description of the invention, its advantages over prior art, specific embodiments and examples, potential applications and uses, and technical specifications. Use precise patent language while ensuring the description enables someone skilled in the art to reproduce the invention. Focus on broad protection while maintaining validity."
      }
    ]
  }
}