{
  "nodes": [
    {
      "id": "7c1090c4-315e-4736-bdbf-a36b1c52375e",
      "name": "Start",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -320,
        860
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "cba2cf67-5bec-48ab-ad5c-4cddd9b315ea",
      "name": "Send Gmail Summary",
      "type": "n8n-nodes-base.gmail",
      "position": [
        720,
        860
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "b8686338-b184-4cd9-9066-3c15c6172581",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        640,
        1240
      ],
      "parameters": {},
      "typeVersion": 1.9
    },
    {
      "id": "6d1e0a09-e20b-4da9-a67a-18a6cddbdbd3",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        640,
        1440
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "8ce30e5e-9ca1-4dda-9581-565b78505b60",
      "name": "Extract Results",
      "type": "n8n-nodes-base.code",
      "position": [
        180,
        860
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "7ffec67a-6a91-4019-880c-3e804319bd94",
      "name": "Format Email Body",
      "type": "n8n-nodes-base.code",
      "position": [
        160,
        1240
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "9b0b3577-fb61-4e58-b127-9309b65d3edf",
      "name": "Extract Summary",
      "type": "n8n-nodes-base.code",
      "position": [
        420,
        860
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "74e9e4e5-e5cd-4600-bf8b-6d5f608c96d0",
      "name": "SAP",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -60,
        860
      ],
      "parameters": {},
      "typeVersion": 2
    }
  ],
  "connections": {
    "SAP": {
      "main": [
        [
          {
            "node": "Extract Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Start": {
      "main": [
        [
          {
            "node": "SAP",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent": {
      "main": [
        [
          {
            "node": "Extract Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Results": {
      "main": [
        [
          {
            "node": "Format Email Body",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Summary": {
      "main": [
        [
          {
            "node": "Send Gmail Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Email Body": {
      "main": [
        [
          {
            "node": "Send Gmail Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}