{
  "name": "CloudService chat starter",
  "nodes": [
    {
      "parameters": {
        "options": {}
      },
      "id": "81a4277f-068f-4e25-95d6-0c35e9fe2202",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "typeVersion": 1.1,
      "position": [0, 0],
      "webhookId": "83a13d6a-e9e6-4955-8d15-72f36a6b6a37"
    },
    {
      "parameters": {
        "options": {}
      },
      "id": "25811587-54ec-466b-824d-ff9ffb216116",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "typeVersion": 1.7,
      "position": [220, 0]
    },
    {
      "parameters": {
        "model": {
          "__rl": true,
          "value": "gpt-5.4-mini",
          "mode": "id"
        },
        "options": {}
      },
      "id": "f097ebef-1c9d-4480-86bf-ca536d991f14",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "typeVersion": 1.2,
      "position": [200, 220],
      "credentials": {
        "openAiApi": {
          "id": "cloudservice-api-credential",
          "name": "CloudService API"
        }
      }
    }
  ],
  "connections": {
    "When chat message received": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "meta": {
    "templateCredsSetupCompleted": false
  }
}
