{
  "name": "Real-time chat translation with DeepL",
  "nodes": [
    {
      "id": "aef84aad-bf7d-44e7-a541-ba6c017ae03b",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -40,
        20
      ]
    },
    {
      "id": "12021237-d058-40dc-9ee3-6b22706002cf",
      "name": "DeepL",
      "type": "n8n-nodes-base.deepL",
      "position": [
        220,
        20
      ]
    },
    {
      "id": "5b108382-ccb4-4c1a-9f7c-2f1be12b397a",
      "name": "No Operation, do nothing",
      "type": "n8n-nodes-base.noOp",
      "position": [
        480,
        20
      ]
    },
    {
      "id": "0c6f9137-d0f4-4601-a464-c1278549760d",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -120,
        -140
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "f74e14ef-33cb-4cb1-9344-3f13bc2cd149",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        140,
        -140
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "8aea7dd5-8c03-4825-ae5e-86e0e034731f",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        -140
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "DeepL": {
      "main": [
        [
          {
            "node": "No Operation, do nothing",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "DeepL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}