{
  "name": "Analyze stock charts with GPT-4 Vision and send results via Telegram",
  "nodes": [
    {
      "id": "fb1046cf-d558-4874-a749-8f03b9f7ad3e",
      "name": "Telegram Trigger",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -720,
        -200
      ]
    },
    {
      "id": "381f813f-1d16-4e31-a12f-0ad36155bc05",
      "name": "Basic LLM Chain",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        140,
        -360
      ]
    },
    {
      "id": "453589be-36f3-4022-8306-ba54b2d6bbcf",
      "name": "Edit Image",
      "type": "n8n-nodes-base.editImage",
      "position": [
        -220,
        -360
      ]
    },
    {
      "id": "28b88eeb-da05-4a17-ac2c-4fdf846296fb",
      "name": "Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        740,
        -440
      ]
    },
    {
      "id": "0f7f2636-d90e-4ea1-8f4f-ad528ef8db50",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        100,
        -160
      ]
    },
    {
      "id": "c88d1439-c1fb-4411-9996-6cd5f22d980a",
      "name": "Structured Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        460,
        -140
      ]
    }
  ],
  "connections": {
    "Edit Image": {
      "main": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Basic LLM Chain": {
      "main": [
        [
          {
            "node": "Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Telegram Trigger": {
      "main": [
        [
          {
            "node": "Edit Image",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    }
  }
}