{
  "value": "council_meeting_minutes",
  "label": "Generate City Council Meeting Minutes",
  "description": "This workflow creates formal meeting minutes from city council or county board sessions. Input meeting notes, motions, votes, and public comments, and the AI will generate properly formatted minutes that meet legal requirements and serve as official records.",
  "name": "Meeting Minutes",
  "category": "State Local Government",
  "type": "Industry",
  "config": {
    "temperature": 5,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create formal government meeting minutes following legal requirements. Include header with meeting type, date, time, location, and members present/absent. Record each agenda item with clear summaries of discussion points, focusing on decisions not debate details. Document all motions word-for-word with mover, seconder, and vote results (individual votes for roll calls). Summarize public comment periods noting speaker names and topics. Include any reports presented or documents entered into record. Note time of adjournment. Use formal, objective language throughout. Ensure accuracy for legal record-keeping."
      }
    ]
  }
}