{
  "name": "My workflow",
  "nodes": [
    {
      "parameters": {
        "options": {
          "responseMode": "responseNodes"
        }
      },
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "typeVersion": 1.3,
      "position": [
        0,
        0
      ],
      "id": "1afcced9-d779-4c3f-8b15-907c0b1fdc74",
      "name": "When chat message received",
      "webhookId": "1b39e8b4-836e-457c-9edd-2990932f8ed2"
    },
    {
      "parameters": {
        "model": "llama3:latest",
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.lmChatOllama",
      "typeVersion": 1,
      "position": [
        176,
        192
      ],
      "id": "6673ecb6-639b-4b7a-aef3-8025e260a986",
      "name": "Ollama Chat Model",
      "credentials": {
        "ollamaApi": {
          "id": "OCJOINlimiHgjfoc",
          "name": "Ollama account"
        }
      }
    },
    {
      "parameters": {
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.agent",
      "typeVersion": 2.2,
      "position": [
        240,
        0
      ],
      "id": "80aab1d2-e926-408f-856e-37e40b82d506",
      "name": "AI Agent"
    },
    {
      "parameters": {
        "message": "={{ $json.message.content }}\n",
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.chat",
      "typeVersion": 1,
      "position": [
        592,
        0
      ],
      "id": "37765e60-0c6b-4bee-bdcf-ed2adc36da62",
      "name": "Respond to Chat"
    }
  ],
  "pinData": {},
  "connections": {
    "When chat message received": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Ollama Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent": {
      "main": [
        [
          {
            "node": "Respond to Chat",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "de8222e7-82c2-48e9-829d-ec3342893e20",
  "meta": {
    "instanceId": "80495f3a5e514f444b15afce94ea17c415fb8576de401569460c4d096a8b26e3"
  },
  "id": "N4L1uYRsgkBnLIuz",
  "tags": []
}