{
  "name": "Create daily Gmail summaries with Google Gemini AI",
  "nodes": [
    {
      "id": "2e62eab7-43b3-4dc1-8e1c-44e048a5b8e7",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        660,
        0
      ]
    },
    {
      "id": "c03cf35a-989e-454a-b521-c719b6efe3be",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "8201b82e-5492-4cc0-b350-aa72d36bcb36",
      "name": "Date & Time",
      "type": "n8n-nodes-base.dateTime",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "2c48a23a-ca12-49db-9512-7646f9400371",
      "name": "Date & Time1",
      "type": "n8n-nodes-base.dateTime",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "999494f7-2d0f-49ff-99dd-1a1d8dc1cd2b",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        880,
        0
      ]
    },
    {
      "id": "b3e1e8c7-cb1e-4081-bbea-c67ef7183637",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        860,
        440
      ]
    },
    {
      "id": "c812c98d-9d3c-4778-93fa-603b762a69a4",
      "name": "Auto-fixing Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserAutofixing",
      "position": [
        1060,
        220
      ]
    },
    {
      "id": "331d1d36-b6cc-4298-befc-14bf2e952306",
      "name": "Structured Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        1160,
        440
      ]
    }
  ],
  "connections": {
    "Gmail": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Date & Time": {
      "main": [
        [
          {
            "node": "Date & Time1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Date & Time1": {
      "main": [
        [
          {
            "node": "Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Date & Time",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          },
          {
            "node": "Auto-fixing Output Parser",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "Auto-fixing Output Parser",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Auto-fixing Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "AI Agent",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    }
  }
}