{
  "value": "audit_interview_guide",
  "label": "Guide Audit Interviews",
  "description": "This workflow helps prepare for and conduct audit interviews. Provide the interviewee role and audit topic. The AI will create interview guides with questions, probing techniques, and documentation approaches.",
  "name": "Audit Interview Guide",
  "category": "Internal Audit",
  "type": "Business Department",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as an experienced internal auditor with expertise in interview techniques and evidence gathering.</role><task>Prepare audit interview guide. Include: (1) Interview objectives and agenda, (2) Opening and rapport building, (3) Key questions by topic area, (4) Follow-up and probing questions, (5) Documentation approach, (6) Red flag indicators, (7) Closing and next steps.</task><output>Generate interview guide with structured questions, probing techniques, documentation template, and post-interview action items.</output>"
      }
    ]
  }
}