{
  "name": "Notion AI summary & tags",
  "nodes": [
    {
      "id": "aaaef809-2697-45fc-8c74-280705dbc881",
      "name": "Notion Trigger",
      "type": "n8n-nodes-base.notionTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "b30ce08a-37de-4ef4-ab3c-a495083c6b05",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        420,
        0
      ]
    },
    {
      "id": "a426c93f-e835-43dc-a76b-c700102b2d94",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        420,
        220
      ]
    },
    {
      "id": "af0c9fdb-4da3-4cf2-afd9-870ba19585bf",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "5ccfd70a-6294-4cff-8257-e50d0bd435f8",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        780,
        0
      ]
    },
    {
      "id": "8d9b5467-f59e-4121-9751-2182972cc9fe",
      "name": "Notion",
      "type": "n8n-nodes-base.notion",
      "position": [
        1000,
        0
      ]
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Notion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Notion Trigger": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}