{
  "name": "Improve AI agent system prompts with GPT-4o feedback analysis and email delivery",
  "nodes": [
    {
      "id": "62a0e2bc-7c17-4546-b627-bbedc863a3a0",
      "name": "User inputs",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -460,
        -80
      ]
    },
    {
      "id": "355883e9-05c4-47a1-a9f1-37aec5e3a550",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -240,
        -80
      ]
    },
    {
      "id": "b869ffde-2392-4465-8092-9fbbbc9853b0",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -380,
        120
      ]
    },
    {
      "id": "315ef666-e3cc-4b75-9ec3-4a0c8f4938a0",
      "name": "Structured Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        -80,
        140
      ]
    },
    {
      "id": "9143224c-c6ab-4e58-8b0c-e95b1f2f00a7",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        120,
        -100
      ]
    }
  ],
  "connections": {
    "AI Agent": {
      "main": [
        [
          {
            "node": "Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "User inputs": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "AI Agent",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    }
  }
}