{
  "name": "Parse natural language dates with OpenAI GPT-4o for smart scheduling",
  "nodes": [
    {
      "id": "65d87d2e-6091-4ec2-98d2-589dddec0748",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        1000,
        360
      ]
    },
    {
      "id": "bf8c983c-ee58-4aae-83be-76196a976f91",
      "name": "AI Agent with Date Parser",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1000,
        140
      ]
    },
    {
      "id": "a1c65f40-fbf7-4f76-a286-6bae182ebe7f",
      "name": "Natural Language Date Parser",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        1220,
        360
      ]
    },
    {
      "id": "de12c5d2-ffec-4456-8ee8-c2c2f6393977",
      "name": "Set User Input",
      "type": "n8n-nodes-base.set",
      "position": [
        800,
        140
      ]
    },
    {
      "id": "54378fc9-36a6-405d-9581-5dbf32efed5f",
      "name": "Start",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        600,
        140
      ]
    }
  ],
  "connections": {
    "Start": {
      "main": [
        [
          {
            "node": "Set User Input",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set User Input": {
      "main": [
        [
          {
            "node": "AI Agent with Date Parser",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent with Date Parser",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Natural Language Date Parser": {
      "ai_tool": [
        [
          {
            "node": "AI Agent with Date Parser",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}