{
  "name": "Call center analytics with dual-AI verification using DeepSeek models",
  "nodes": [
    {
      "id": "613422d5-05db-4163-bcb0-3fdae9de260b",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -1120,
        60
      ]
    },
    {
      "id": "9ec28d5b-6ea0-4a57-911e-9f4546b739a2",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -520,
        -240
      ],
      "parameters": {
        "width": 340,
        "height": 440,
        "content": "## Generate report\nUsing deepseek R1"
      }
    },
    {
      "id": "cf30eb86-2aad-4d33-a5c2-737239e63636",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -140,
        -240
      ],
      "parameters": {
        "width": 340,
        "height": 440,
        "content": "## Double-check\nUsing deepseek V3"
      }
    },
    {
      "id": "d799760f-83c5-4603-8eb8-3857807b364a",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        300,
        -140
      ]
    },
    {
      "id": "bf0a8ab6-06e0-4564-96af-ddcf6795a845",
      "name": "Report",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        -480,
        -140
      ]
    },
    {
      "id": "f51d601e-898c-4dd6-894b-2e4911a334db",
      "name": "DeepSeek Reasonning",
      "type": "@n8n/n8n-nodes-langchain.lmChatDeepSeek",
      "position": [
        -400,
        60
      ]
    },
    {
      "id": "9393be48-aebc-4f6c-b445-014633e0e289",
      "name": "DeepSeek Chat",
      "type": "@n8n/n8n-nodes-langchain.lmChatDeepSeek",
      "position": [
        -20,
        80
      ]
    },
    {
      "id": "4a8dc360-fd3f-46a5-89e1-87ece59b0bb6",
      "name": "Example data",
      "type": "n8n-nodes-base.code",
      "position": [
        -860,
        60
      ]
    },
    {
      "id": "41e36370-fa7a-4f6e-a439-15127dfc432d",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1160,
        -20
      ],
      "parameters": {
        "width": 480,
        "height": 240,
        "content": "## Test Workflow\nClick this button to test the workflow with example data"
      }
    },
    {
      "id": "e0d473e8-7a2e-4473-9af7-5f2f835990db",
      "name": "Sticky Note8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1160,
        240
      ],
      "parameters": {
        "width": 480,
        "height": 80,
        "content": "## Just to test"
      }
    },
    {
      "id": "b0c31c3b-1fd0-485e-a54b-9a3045bcf09e",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1160,
        400
      ],
      "parameters": {
        "width": 1540,
        "height": 100,
        "content": "## Do you need more help or have any suggestions?\nContact me at mediaplus.ma@gmail.com"
      }
    },
    {
      "id": "9a1f03ee-167f-44e3-ae12-61ab8d3789f2",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -520,
        -360
      ],
      "parameters": {
        "width": 720,
        "height": 80,
        "content": "## Change here\nYou can edit/add details about your goal by changing the AI promps.\n"
      }
    },
    {
      "id": "d91de9c8-835b-4232-a76b-e27554ad595d",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -980,
        -300
      ]
    },
    {
      "id": "04c2da18-10c9-44df-8084-52b5901ecc18",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1020,
        -380
      ],
      "parameters": {
        "width": 200,
        "height": 240,
        "content": "## Production"
      }
    },
    {
      "id": "a1fb1cbc-391c-4918-b48f-8b44116921b8",
      "name": "Recheck",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        -100,
        -140
      ]
    }
  ],
  "connections": {
    "Report": {
      "main": [
        [
          {
            "node": "Recheck",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Recheck": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "Report",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Example data": {
      "main": [
        [
          {
            "node": "Report",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "DeepSeek Chat": {
      "ai_languageModel": [
        [
          {
            "node": "Recheck",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "DeepSeek Reasonning": {
      "ai_languageModel": [
        [
          {
            "node": "Report",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Example data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}